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!
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!
Comment