Hello Statlist,
I am trying to export my regression estimates for four related models which I stored using the eststo command. Now I would like to export those models using the outreg2 command. I am running into a problem exporting the table as the output is hard to read. My code is as follows:
outreg2 [Full Full_No_Outlier Pre_Katrrina Post_Katrina] using myfile, stats(coef aster se beta), replace
However, the betas and significance stars show up under the coef and standard errors---is there a way to display the betas in a column beside the regression coefficients and place the sig stars to the right of the coefficients?
I've added a screenshot below so you can see what is happening. I would like the current Notes column to have the betas and the aster to stay inside the column alongside the coefficient.
I am trying to export my regression estimates for four related models which I stored using the eststo command. Now I would like to export those models using the outreg2 command. I am running into a problem exporting the table as the output is hard to read. My code is as follows:
outreg2 [Full Full_No_Outlier Pre_Katrrina Post_Katrina] using myfile, stats(coef aster se beta), replace
However, the betas and significance stars show up under the coef and standard errors---is there a way to display the betas in a column beside the regression coefficients and place the sig stars to the right of the coefficients?
I've added a screenshot below so you can see what is happening. I would like the current Notes column to have the betas and the aster to stay inside the column alongside the coefficient.
Comment