asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Nested Regression with confidence intervals with asdocx

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ben Hando
    Guest
    Post count: 10

    I have a few questions – I’m sure you’re busy so I don’t want to hassle you. My questions:

    1. I’m trying to produce a simple output for logistic regression. I would like to put the CI’s in parentheses after the Odds Ratio values. I.e. 3.2(2.9,3.5)
    2. I’d like to edit the titles of the column headers. I.e. instead of ‘Coef’, I’d like ‘OR’ or “Odds Ratio”
    3. I’d like to delete some of the column headers. I.e. don’t need t-value and others that are on there.
    4. I’d like to trim the excess stats that are put at the bottom of the default table.

    I realize that perhaps the quickest way to fix some of these is to just manually alter the table in word after it’s output. But at some point, it just becomes easier to manually input the entire table in word and not deal with asdocx at all. I’m struggling with whether it’s worth it to work with such a program. This seems like the best one out there, but even still it’s so hard to get a table the way you want it to look.

    Thanks for your help!

    Ben Hando

    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    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.

    asdocx regression table with confidence interval

    Ben Hando
    Guest
    Post count: 10

    HI Dr. Shah,

    Thanks so much for this generous and thoughtful reply. I have downloaded the template and will explore this today. I will certainly spread the word as much as I can. I do think the forum would be a great way to spread the word. Exporting results into publication quality graphs/tables remains a huge problems for most researchers. Most of my colleagues just manually input data into tables, as I ended up doing this past weekend when I couldn’t find a workaround with putdocx or asdocx.

    Again, thanks so much for this service you provide and I hope you obtain more customers as it’s a great product.

    Ben

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.