Dear listers,
I cannot get the stats() option to work properly in xml_tab. For
example, I run the following code
***
areg Y1 X1 X2 X3, absorb(X4) cluster(X5)
estimates store reg1
areg Y2 X1 X2 X3, absorb(X4) cluster(X5)
estimates store reg2
xml_tab reg1 reg2, stats(ar2 N) below keep(X1 X2) replace
***
The requested stats, adjusted R^2 and number of observations, are not
shown in the table. I have checked the stats, via -eret list- and the
scalars e(ar2) and e(N) exist and are not missing.
Can anyone figure out why they are not shown in the table?
Many thanks.
-Radu
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/