Hi
I am creating a regression output with esttab using the wide option and have three models, hence aside from the variables names' column I have six other columns (two columns per model, presenting the coefficients and standard errors). I am using esttab with .tex extension to input this in Latex but the table has the first coefficients' column (for the first model) aligned left (which I like) and the standard errors for the three models perfectly aligned but that is not the case with the coefficients of the second and third models. I am using the following line in stata
esttab est1 est2 est3 using "regressions2.tex", wide indicate() se s() b(3) alignment(D{.}{.}{-1}(lr)) starlevels(* 0.1 ** 0.05 *** 0.01) title(Models) nonumbers mtitles("Model 1" "Model 2" "Model 3") replace
and the output I get in latex is the one presented in the image attached
I also wonder how to center the number of observations and the headings (Model 1, Model 2 and Model 3)
Thank you very much, Juan
I am creating a regression output with esttab using the wide option and have three models, hence aside from the variables names' column I have six other columns (two columns per model, presenting the coefficients and standard errors). I am using esttab with .tex extension to input this in Latex but the table has the first coefficients' column (for the first model) aligned left (which I like) and the standard errors for the three models perfectly aligned but that is not the case with the coefficients of the second and third models. I am using the following line in stata
esttab est1 est2 est3 using "regressions2.tex", wide indicate() se s() b(3) alignment(D{.}{.}{-1}(lr)) starlevels(* 0.1 ** 0.05 *** 0.01) title(Models) nonumbers mtitles("Model 1" "Model 2" "Model 3") replace
and the output I get in latex is the one presented in the image attached
I also wonder how to center the number of observations and the headings (Model 1, Model 2 and Model 3)
Thank you very much, Juan