Hi,
I am trying to create a set of estimation tables, similar to eststo and esttab using .rtf to be included in my work. However, with mi estimate: this does not seem to work.
Previously I used something like this:
Is there a similar solution for multiply imputed data?
Best,
Alex
I am trying to create a set of estimation tables, similar to eststo and esttab using .rtf to be included in my work. However, with mi estimate: this does not seem to work.
Previously I used something like this:
Code:
quietly xtreg HHS1 TFP1 i.year i.code2 eststo quietly xtreg HMS1 TFP1 i.year i.code2 eststo quietly xtreg HLS TFP1 i.year i.code2 eststo esttab using table20.rtf, se b(%10.3f) scalars(N r2 rmse) indicate("sector fe = *code2" "time fe = *year") starlevels( * 0.10 ** 0.05 *** 0.010)
Best,
Alex
Comment