I am wondering if there is someone who can assist me in bootstrapping for Juhn, Murphy, and Pierce decomposition.
I used the following commands for finding the value of coefficients and averages. However, I am struggling to find the error terms and the standard deviations for each bootstrap samples. It is necessary to find the value of the above mentioned items to estimate the unobserved effect in JMP decomposition.
bootstrap, reps(100) saving(bootcoff0U.dta, replace): reg lnhrwage age agesq exp expsq female
bootstrap, reps(100) saving(bootexbar0U.dta, replace): mean lnhrwage age agesq exp expsq female
I will appreciate your help in estimation of JMP decomposition using bootstrapping.
I used the following commands for finding the value of coefficients and averages. However, I am struggling to find the error terms and the standard deviations for each bootstrap samples. It is necessary to find the value of the above mentioned items to estimate the unobserved effect in JMP decomposition.
bootstrap, reps(100) saving(bootcoff0U.dta, replace): reg lnhrwage age agesq exp expsq female
bootstrap, reps(100) saving(bootexbar0U.dta, replace): mean lnhrwage age agesq exp expsq female
I will appreciate your help in estimation of JMP decomposition using bootstrapping.