While using the CollegeDistance dataset provided at http://wps.aw.com/aw_stock_ie_3/178/....cw/index.html , I am trying to put in the command:
reg ed dist, robust
outreg2 using E73b.doc, dec(3)title(Exercise7.3B)ctitle(ModelA)
The regression works perfectly, but when I try to do the outreg2 command I keep getting an error that says file E73b.txt could not be opened r(603)
I'm not sure what I'm doing wrong.
reg ed dist, robust
outreg2 using E73b.doc, dec(3)title(Exercise7.3B)ctitle(ModelA)
The regression works perfectly, but when I try to do the outreg2 command I keep getting an error that says file E73b.txt could not be opened r(603)
I'm not sure what I'm doing wrong.
Comment