Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Unable to get mfx, predict(p) after mim: svy: logit


From   Arif Mamun <[email protected]>
To   [email protected]
Subject   st: Unable to get mfx, predict(p) after mim: svy: logit
Date   Thu, 12 Nov 2009 15:00:33 -0800 (PST)

I am trying to get the estimated marginal effects after running a logit regression with multiply imputed data, but am getting an error message stating that option (p) is not allowed. Here is the code I am using:

svyset [pw = wt];
mim, storebv: svy: logit y z `othercontvar';mfx, predict(p) varlist(z) level(90);
 
I couldn't find any documentation specifying that the "p" option (probability of a positive outcome) is not available for predicting in mfx after running mim: svy: logit. Does anyone know if the option is really not available? Also, why not?
 
I would really appreciate any insight on this issue. 
 
Arif Mamun 


      

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index