I have a correlation I matrix I estimate in STATA:
estpost corr var1 var2 var3 var4, matrix listwise
I want to get the output to latex, simultaneously displaying only 3 decimal places and significance stars.
I can do the two things separetely, but somehow can’t get both.
esttab using TABLE2B.tex, replace cells("rho(fmt(%9.3f))") nonum not unstack compress label //version with correct formatting
esttab using TABLE2Bstars.tex, replace nonum not unstack compress label //version with stars.
I tried changing the formatting of the variables. It did not change the outcomes.
New contributor
Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.