Hi all,
I am wanting to explore an additive interaction using some MI data.
To do this I have been using "mi est, eform(or) saving(savedata):" then "mi est (equation) using(savedata)".
The beta value stored from the the logistic regression is 0.3672391 and the OR value displayed in the output (using eform(or)) is 1.443743.
As a first check, when I run -- "mi est (eq1: _b[variable]) using savedata" -- I get the correct beta value returned.
However when I exponentiate this value within the "mi est" command, expecting to get the OR, I get a slightly different value from what is returned in the logistic regression output -- "mi est (eq1: exp(_b[variable])) using savedata" -- returns 1.450754 (output and correct exponential = 1.443743).
Am I doing something wrong here?
Is there a way I can view the "savedata"?
Any help with this would be very much appreciated.
Thanks,
Chris
I am wanting to explore an additive interaction using some MI data.
To do this I have been using "mi est, eform(or) saving(savedata):" then "mi est (equation) using(savedata)".
The beta value stored from the the logistic regression is 0.3672391 and the OR value displayed in the output (using eform(or)) is 1.443743.
As a first check, when I run -- "mi est (eq1: _b[variable]) using savedata" -- I get the correct beta value returned.
However when I exponentiate this value within the "mi est" command, expecting to get the OR, I get a slightly different value from what is returned in the logistic regression output -- "mi est (eq1: exp(_b[variable])) using savedata" -- returns 1.450754 (output and correct exponential = 1.443743).
Am I doing something wrong here?
Is there a way I can view the "savedata"?
Any help with this would be very much appreciated.
Thanks,
Chris
Comment