Hi everyone!
I have asked STATA to produce a very simple correlation with the command pwcorr and now I need to export it in a doc/rtf file.
I have installed the estout package and something very strange happened: for some reason, yesterday night I wrote the following code:
ssc install estout, replace
eststo m1: pwcorr U5Mortality Adult_Female_Literacy, sig
esttab m1 using "new_table".rtf"
and the rtf file was correctly produced (attached).
This morning however, I ran the code again and the error message "last estimation results not found, nothing to store" appears.
I have tried to export the data in other ways, but unsuccessfully. Does anyone know how to fix this issue?
PS: it is my first post on this forum! Thank you very much for the help and in case let me know if you need anymore information on my side!
I have asked STATA to produce a very simple correlation with the command pwcorr and now I need to export it in a doc/rtf file.
I have installed the estout package and something very strange happened: for some reason, yesterday night I wrote the following code:
ssc install estout, replace
eststo m1: pwcorr U5Mortality Adult_Female_Literacy, sig
esttab m1 using "new_table".rtf"
and the rtf file was correctly produced (attached).
This morning however, I ran the code again and the error message "last estimation results not found, nothing to store" appears.
I have tried to export the data in other ways, but unsuccessfully. Does anyone know how to fix this issue?
PS: it is my first post on this forum! Thank you very much for the help and in case let me know if you need anymore information on my side!
Comment