asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › Control decimal points of the coefficients and p-values in reg1 template asdocx › Reply To: Control decimal points of the coefficients and p-values in reg1 template asdocx
Dear Dr Adam Hill. Please update asdocx with
asdocx_update
I have fixed the two mentioned issues. For reporting desired decimal places with the column of p-values, you can use the option dect()
. The option dec()
can be used to control decimal places in other parts of the table.
sysuse auto
asdocx reg price mpg trunk , template(reg1) replace dec(3) dect(4)
For those who are not familiar with the reg1 template, they can follow this link.