asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › Nested Regression with confidence intervals with asdocx › Reply To: Nested Regression with confidence intervals with asdocx
I have added a custom template for a similar regression that you have specified. I call this template as reg1. First update asdocx using the following code of line.
asdocx_update
After updating asdocx, you can use it as shown below.
asdocx logistic bone_arthritis i.immigrant i.male i.ethrace i.educ i.faminc i.agecategory ///
i.uninsured, replace label template(reg1)
Please note the option template(reg1) that invokes the reg1 template. This template creates a regression table that looks like the one given below.