Dear all,
I want to use estimated coefficients(say beta hat) as a new variables in the other regression in panel analysis.
Say y = beta_1 + beta_2 x + e
after simple panel regression(ex. xtreg), we obtain hat(beta_2) in a result matrix. But I want to access and list all estimated coefficients of beta_2 hat. For instance, if the number of observation is 400, I want to see all 400 beta_2s estimated.
I've searched for hours and find some hints from predict or preserve commands, but all of these taught me how to get fitted values or residuals.
Thanks,
Jong
I want to use estimated coefficients(say beta hat) as a new variables in the other regression in panel analysis.
Say y = beta_1 + beta_2 x + e
after simple panel regression(ex. xtreg), we obtain hat(beta_2) in a result matrix. But I want to access and list all estimated coefficients of beta_2 hat. For instance, if the number of observation is 400, I want to see all 400 beta_2s estimated.
I've searched for hours and find some hints from predict or preserve commands, but all of these taught me how to get fitted values or residuals.
Thanks,
Jong

Comment