Code example below; #(1) works, but #(2) and #(3) don't.
What am I missing? Thanks in advance for your help.
Code:
ssc install estout, replace sysuse auto, clear // regression estimates clear eststo: quietly reg price mpg // (1) -estout- to tex - works capture noisily estout using "mpg_reg.tex", replace // (2) -estout- to rtf - returns "file mpg_reg.rtf could not be opened" capture noisily estout using "mpg_reg.rtf", replace // (3) -estout- to csv - returns "file mpg_reg.csv could not be opened" capture noisily estout using "mpg_reg.csv", replace
0 Response to -estout- returning "file could not be opened" error except for tex files
Post a Comment