Announcement

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

  • command _eform_multeq_note is unrecognized

    Hi! I am running separate unadjusted GEE models for binary outcomes variables with the odd ratio option.

    Example model: xtlogit relationship_ref i.VISIT , or

    The models do run, but at the end of the regression table I receive this error: command _eform_multeq_note is unrecognized.

    I turned the trace on and found that this error was coming up when the model was estimating the ORs: = _eform_multeq_note efnote : 1 `"odds ratios"' command _eform_multeq_note is unrecognized

    I know I can run the models using xtgee with family(binomial) link(logit) corr(exchangeable) , but I would like the odds ratios and this doesn't seem to be an option with xtgee.

    Thanks in advance for any guidance!



  • #2
    -xtgee- does not have an -or- option that will display odds ratios in the output table under a heading called "Odds Ratio." But it does have an -eform- option, which will display the exponentiated coefficients (which are, of course, precisely the odds ratios) in the output table, under a heading called -exp(xb)-.

    Comment


    • #3
      Great, thank you Clyde!

      Comment

      Working...
      X