Announcement

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

  • mi impute - irr option not working after my command

    Hi all,

    I am using the
    Code:
    mi impute/mi estimate:
    command to try and estimate a multilevel poisson count model. The command
    Code:
     xtpoisson
    is implemented with the
    Code:
    mi estimate:
    command but the output does not provide me with risk ratios, even if specified in the option. I always only get beta coefficients displayed. Can you advice me on how to solve this issue? Thanks!

    My code is this:

    HTML Code:
      mi estimate: xtpoisson totalexp_month_C   i.period  AforA   female_c married_c age_c education_c , i(SiteCode)  irr

  • #2
    Hello,
    I am having this same issue. Were you able to find a resolution?

    Comment


    • #3
      The irr option (as any other option to display coefficients in exponentiated form) goes with mi estimate as in:

      Code:
      mi estimate , irr : xtpoisson ...
      Best
      Daniel

      Comment


      • #4
        Daniel,
        Thank you for your prompt reply! That worked perfectly.


        Comment

        Working...
        X