Dear All,
After running:
Instead of getting a word file with the reg results, I got:
.
The error message is" "
file Reg1.rtf could not be opened"
Any help, welcome and appreciated.
Thanks,
Dapel
After running:
Code:
est clear reg growth hhsize yrssch hhsizesqrd agesqrd r sog eststo m1 reg growth hhsize yrssch hhsizesqrd agesqrd r sxp eststo m2 reg growth hhsize yrssch hhsizesqrd agesqrd r sor eststo m3 reg growth hhsize yrssch hhsizesqrd agesqrd r cor eststo m4 reg growth hhsize yrssch hhsizesqrd agesqrd r npd eststo m5
Code:
. . esttab m* using Reg1.rtf, replace se(3) nogaps stats(r2 N df_r, fmt(3 0)) /// > label nonumbers modelwidth(8) mtitles("SOG" "SXP" "SOR" "COR" "NPD") /// > addnote("Source: Six Sweeps 6 of Household surveys of Nigeria") /// > title({\b Regressions: growth and oil intensity}) (note: file Reg1.rtf not found) file Reg1.rtf could not be opened r(603); end of do-file r(603);
The error message is" "
file Reg1.rtf could not be opened"
Any help, welcome and appreciated.
Thanks,
Dapel
Comment