Announcement

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

  • Using mi estimate with menbreg in Stata 13.1-possible?

    I am using Stata 13.1 and the menbreg command to run multilevel negative binomial regression models. However, I now have an imputed variable that I need to include as an independent variable. I am able to run the menbreg model with the mi estimate prefix, even though the manual says that it is not available with menbreg. Does anyone have any experience with this? Should I choose another type of model that the manual lists as being available with the mi estimate command? Thank you!
    Heather

  • #2
    Heather:
    I am not clear whether your seeming problem refers to -mi impute - or - mi estimate -.
    That said, as a general rule, you can increase the likelihhod of obtainng helpful replies if you post exactly what you typed and what Stata gave you back (as per FAQ, that you are requested to read before joining this Forum).
    Moreover, please provide fully referenced sources of statements such as
    ...the manual says that it is not available with menbreg.
    or
    ...the manual lists as being available with the mi estimate command?
    (which section(s)? which page(s)? of Stata 13.1 .pdf manual).

    Kind regards,
    Carlo
    Kind regards,
    Carlo
    (Stata 18.0 SE)

    Comment


    • #3
      I don't know what the manual says, but the first two lines of the program are

      Code:
      *! version 1.0.6  19aug2013
      program menbreg, eclass byable(onecall) prop(irr mi)
      Since mi is listed in the properties, that means that multiple imputation can be used with the command.
      -------------------------------------------
      Richard Williams, Notre Dame Dept of Sociology
      Stata Version: 17.0 MP (2 processor)

      EMAIL: [email protected]
      WWW: https://www3.nd.edu/~rwilliam

      Comment

      Working...
      X