Hi all,
For my thesis I have to report the R2_a with every regression. As I noticed autocorrelation in my panel data set I want to use xtreg with AR(1) model, so I assume that I have to use 'xtregar'.
However I normally use:
asdoc xtreg y y(t-1) x1 x2, fe nest cnames(1) replace label stats(r2_a F)
But:
asdoc xtregar y y(t-1) x1 x2, fe nest cnames(1) replace label stats(r2_a F)
Does not give me the r2_a or F in the output table that I want to use in my word document. I can manually add the R2_a or any other post-estimation, but as I have a lot of regressions this will take too much time.
Is there a way how I can automatically report the R2_a with asdoc and using 'xtregar'?
For my thesis I have to report the R2_a with every regression. As I noticed autocorrelation in my panel data set I want to use xtreg with AR(1) model, so I assume that I have to use 'xtregar'.
However I normally use:
asdoc xtreg y y(t-1) x1 x2, fe nest cnames(1) replace label stats(r2_a F)
But:
asdoc xtregar y y(t-1) x1 x2, fe nest cnames(1) replace label stats(r2_a F)
Does not give me the r2_a or F in the output table that I want to use in my word document. I can manually add the R2_a or any other post-estimation, but as I have a lot of regressions this will take too much time.
Is there a way how I can automatically report the R2_a with asdoc and using 'xtregar'?
Comment