I run the dfuller syntax: dfuller IRPVGral, lags(3) trend regress
I want to export the estimation results to word or excel.
1.- If I run the outreg2:
estimates store model1
I get the following error message; last estimation results not found, nothing to store
What can I do to avoid the error.
2.- If I run the command asdoc:
asdoc dfuller IRPVGral, lags(3) trend regress nested save(newfile) replace
I get the following message: last estimation results not found, nothing to store
3.- If I run putdocx
putdocx begin
putdocx table df_IRPVGral = etable, halign(right) border(top) border(bottom)
putdocx save "E:Dropbox Article 1 Bubble Chile", replace
I don't see the table of results in a single column, coefficients, standard error and t-student. How can I get the table in a single column, coefficients, standard error and t-student?
Thanks
I want to export the estimation results to word or excel.
1.- If I run the outreg2:
estimates store model1
I get the following error message; last estimation results not found, nothing to store
What can I do to avoid the error.
2.- If I run the command asdoc:
asdoc dfuller IRPVGral, lags(3) trend regress nested save(newfile) replace
I get the following message: last estimation results not found, nothing to store
3.- If I run putdocx
putdocx begin
putdocx table df_IRPVGral = etable, halign(right) border(top) border(bottom)
putdocx save "E:Dropbox Article 1 Bubble Chile", replace
I don't see the table of results in a single column, coefficients, standard error and t-student. How can I get the table in a single column, coefficients, standard error and t-student?
Thanks

Comment