asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › Separate decimal points for p-values and OR [95% CI] in reg1 template of asdocx › Reply To: Separate decimal points for p-values and OR [95% CI] in reg1 template of asdocx
Thanks for your feedback. In the reg1 template, the decimal points of the p-values can be controlled with the dect()
option. For the rest of the table, you can use dec()
option. See the following example
sysuse auto, clear asdocx logit foreign price mpg trunk weight, template(reg1) replace dect(3) dec(2)