Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Including prevalence ratio in table after glm using asdoc

    Hello,

    I would like to export prevalence ratios into a word table after a glm poisson model using the asdoc command and specifying eform, however in this way I can only get the regression coefficients.

    Here is my code:

    Code:
    asdoc glm hyp ib0.age_cat ib0.gender c.survey_year ib2.edu_level ib3.household_income ib0.subsidies_insurance, family(poisson) link(log) vce(robust) eform replace
    Any ideas how I can achieve that?

    Thank you in advance,

    Giovanni

  • #2
    Thanks for reporting this. The option eform was already included in the nested regression tables, however, I forgot to add it to the detailed regression table. I have fixed it now.

    The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
    Code:
    net install asdoc, from(http://fintechprofessor.com) replace
    Please note that the above line has to be copied in full. After installation of the new version, then restart Stata.

    Please do remember to cite asdoc. To cite:
    In-text citation
    Tables were created using asdoc, a Stata program written by Shah (2018).

    Bibliography
    Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.



    asdocx

    asdoc got even better. asdocx is a flexible Stata program for creating publication quality tables. See details here https://fintechprofessor.com/asdocx/
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

    Comment


    • #3

      Hello, asdoc glm hyp ib0.age_cat ib0.gender c.survey_year ib2.edu_level ib3.household_income ib0.subsidies_insurance, family(poisson) link(log) vce(robust) eform replace from this code, I have found IRR. Is IRR called PR (Prevalence ratio)?

      Comment

      Working...
      X