Hello,
my first time using esttab...
Since I can't seem to find my problem anywhere in the forums, I suppose I made a silly but hopefully simple mistakes that someone here spots:
I have created a result table using esttab and stored the results via
esttab using new.rtf, replace
All the results show up nicely. But the results of my options with title, mtitle and coeflabel don't show up in the .rtf. They DO, however, show up in the stata result windows.
What I did:
Stored four models using the eststo command. Then:
esttab M1 M2 M3 M4, se label nonumber title ("title") mtitle ("A" "B" "C" "D") coeflabel (var1 "one" var2 "two") addnotes (explain why I did this and that)
In the .rtf output the se options shows (standard error in parenthesis) but the label options don't. In the stata result window everything is applied.
WHY?
I am endlessly grateful for your ideas.
Cheers,
Bisa
my first time using esttab...
Since I can't seem to find my problem anywhere in the forums, I suppose I made a silly but hopefully simple mistakes that someone here spots:
I have created a result table using esttab and stored the results via
esttab using new.rtf, replace
All the results show up nicely. But the results of my options with title, mtitle and coeflabel don't show up in the .rtf. They DO, however, show up in the stata result windows.
What I did:
Stored four models using the eststo command. Then:
esttab M1 M2 M3 M4, se label nonumber title ("title") mtitle ("A" "B" "C" "D") coeflabel (var1 "one" var2 "two") addnotes (explain why I did this and that)
In the .rtf output the se options shows (standard error in parenthesis) but the label options don't. In the stata result window everything is applied.
WHY?
I am endlessly grateful for your ideas.
Cheers,
Bisa
Comment