Hi,
I am using the following command to produce a regression table output in Stata:
estout, cells(b(star fmt(2) label(Coef.)) se(par fmt(2) label(std.errors))) starlevels(* 0.10 ** 0.05 *** 0.001) stats(N r2, labels ("No. of Obs." "R-Squared") fmt(2))
While Stata runs this command, it does not apply the starlevels option to the output, e.g., for those variables that are statistically significant at a 0.1 level in the regression, there is no * in the output table. Any ideas why this is the case?
For the 5% and 1% significance levels, Stata puts the stars in the output table in the right way.
Thanks,
Patricia
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/