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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to