Hello everyone,
I usually used outreg to compare between models in the Stata itself, for example(from several do file I used before):
reg y x
outreg, starlevels(10 5 1) se summstat(F\r2) summtitle(F statistic \Adjusted R2)
reg y x g
outreg, merge starlevels(10 5 1) se summstat(F\r2) summtitle(F statistic \Adjusted R2)
then I used outreg2 to put the selected estimations on an externl program such as MS Word.
nowadays, outreg command does not work like before and Stata shows wrong message "using required".
Did something happen in the last few months in the commend like update because I always used as above and was working very well?!
Thanks for the help,
Islam
I usually used outreg to compare between models in the Stata itself, for example(from several do file I used before):
reg y x
outreg, starlevels(10 5 1) se summstat(F\r2) summtitle(F statistic \Adjusted R2)
reg y x g
outreg, merge starlevels(10 5 1) se summstat(F\r2) summtitle(F statistic \Adjusted R2)
then I used outreg2 to put the selected estimations on an externl program such as MS Word.
nowadays, outreg command does not work like before and Stata shows wrong message "using required".
Did something happen in the last few months in the commend like update because I always used as above and was working very well?!
Thanks for the help,
Islam
Comment