Hello fellow STATA users,
I am currently working on a fixed effects panel regression. Last week I used the outreg2 command to export the model to a word document for further use using this code:
Now I came back to change the value for the model specification and wanted to export the model again using the following (exact same code)
Now however STATA does not export the model into the specified document. Rather it give the following error message: must specify the full syntax (the last preference has expired) r(100).
This also applies to all regression models in my do-file, not only the one specified above.
I have not changed my working directory or anything else in my do-file. Nor have I made changes to my dataset.
I was not able to find anything regarding this error message online so I appreciate any form of help you can offer.
Thank you!
julian
I am currently working on a fixed effects panel regression. Last week I used the outreg2 command to export the model to a word document for further use using this code:
Code:
xtreg v_sozialstaat v_eigenewirtlage v_allgwirtlage v_linksrechts i.welle if v_nettoeinkommen < 11, fe robust outreg2 m_h1.doc, replace
Code:
xtreg v_sozialstaat v_eigenewirtlage v_allgwirtlage v_linksrechts i.welle if v_nettoeinkommen < 10, fe robust outreg2 m_h1.doc, replace
This also applies to all regression models in my do-file, not only the one specified above.
I have not changed my working directory or anything else in my do-file. Nor have I made changes to my dataset.
I was not able to find anything regarding this error message online so I appreciate any form of help you can offer.
Thank you!
julian