Hello dear Stata users,
I am new to this form. My apologies beforehand if this topic is posted in a wrong section.
I am currently using asdoc to export output to word. I have added a screenshot from word (in other words, it messes up lining completely). I have looked through the asdoc help in STATA, this forum and youtube but cannot find the solution to this yet.
The commands used are as follows:
regress alpha1 F BSC BSL MD
eststo m1, title (alpha1)
esttab m1, compress p r2
regress alpha2 F BSC BSL MD
eststo m2, title (alpha2)
esttab m2, compress p r2
regress nu F BSC BSL MD
eststo m3, title (nu)
esttab m3, compress p r2
asdoc esttab m1 m2 m3, p r2 label compress mtitles
Any help/advice would be greatly appreciated.
Kind regards,
Joost
I am new to this form. My apologies beforehand if this topic is posted in a wrong section.
I am currently using asdoc to export output to word. I have added a screenshot from word (in other words, it messes up lining completely). I have looked through the asdoc help in STATA, this forum and youtube but cannot find the solution to this yet.
The commands used are as follows:
regress alpha1 F BSC BSL MD
eststo m1, title (alpha1)
esttab m1, compress p r2
regress alpha2 F BSC BSL MD
eststo m2, title (alpha2)
esttab m2, compress p r2
regress nu F BSC BSL MD
eststo m3, title (nu)
esttab m3, compress p r2
asdoc esttab m1 m2 m3, p r2 label compress mtitles
Any help/advice would be greatly appreciated.
Kind regards,
Joost
Comment