Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: odds ratios in mi est: logistic
From
Richard Williams <[email protected]>
To
[email protected], "'[email protected]'" <[email protected]>
Subject
Re: odds ratios in mi est: logistic
Date
Mon, 23 Sep 2013 10:17:21 -0500
At 08:45 AM 9/23/2013, Elizabeth Mumford wrote:
Using an imputed dataset, I am replicating logistic models run in a
previous version of Stata (8.0) using Stata 12.0. <mi describe> and
<char li> confirm the correct n=2655 in my dataset, and the correct
number of clusters is also confirmed in my model output.
The original (Stata 8.0) model looks like:
mim: logit boutcomeyn age gender, vce(cluster id_sc) or
However, whether I run <logit..., or> or <logistic> as follows I am
getting (the correct) coefficients rather than odds ratios as output.
mi estimate: logit boutcomeyn age gender, vce(cluster id_sc) or
mi estimate: logistic boutcomeyn age gender, vce(cluster id_sc)
Why is Stata not giving me odds ratios as output?
Thanks in advance for any guidance.
Elizabeth
You want to use the eform option for mi estimate. As the manual entry
for mi estimate says,
eform option; see [R] eform option. Regardless of the estimation
command specified, mi estimate
reports results in the coefficient metric under which the combination
rules are applied. You may
use the appropriate eform option to redisplay results in
exponentiated form, if desired.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME: (574)289-5227
EMAIL: [email protected]
WWW: http://www.nd.edu/~rwilliam
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/