[R] prediction from a logistic mixed effects model

kdionisio kathie.dionisio at gmail.com
Wed Jul 21 21:48:49 CEST 2010


Hi,
Is there any similar command to "predict" which can be used with a logistic
random effects model?

I have run a random effects model using "lme()", and then use
"predict.lme()" with no problems.

However, I would also like to run a logistic random effects model, and then
also run a predict command on the logistic random effects model.

If I use "lme()", I can not include a "family" option to indicate I am
running a logistic model.  I have instead successfully used "lmer()", with
the family=binomial(link="logit") option. However, I then can not find an
equivalent command to "predict" to use with lmer. Any suggestions/options?
Thanks very much for the help.
-K
-- 
View this message in context: http://r.789695.n4.nabble.com/prediction-from-a-logistic-mixed-effects-model-tp2297668p2297668.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list