Hello, I am using Fama MacBeth regression to estimate macro economic impact on PE returns. I have prepared PE panel data as follows:
My command in stata is as follows:
xtset entity time, monthly
bys entity: asreg return qp yp ui dei urp uts
drop _R2 _adjR2
asreg return _b_qp _b_yp _b_ui _b_dei _b_urp _b_uts, fmb
However, I am getting result with some variables "omitted". I am not sure what should I do to modify the data input, thank you!
|
|||||||||||||||||||||||||||||||||||||||||||||
xtset entity time, monthly
bys entity: asreg return qp yp ui dei urp uts
drop _R2 _adjR2
asreg return _b_qp _b_yp _b_ui _b_dei _b_urp _b_uts, fmb
However, I am getting result with some variables "omitted". I am not sure what should I do to modify the data input, thank you!