I'm trying to analyse some data using logistic regression in R, but I want to include random effects in the model. The glm function appears not to have options for including random effects, and the lme and nlme documentation indicates that these functions are for continuous, not dichotomous, response variables. Are there options in R for this type of analysis? Jason Marshal Bariloche, Argentina
Jason the lmer() function in the Matrix package is what you will need. -----Original Message----- From: r-help-bounces@stat.math.ethz.ch on behalf of Jason Marshal Sent: Tue 1/3/2006 8:10 AM To: r-help@stat.math.ethz.ch Cc: Subject: [R] Including random effects in logistic regression. I'm trying to analyse some data using logistic regression in R, but I want to include random effects in the model. The glm function appears not to have options for including random effects, and the lme and nlme documentation indicates that these functions are for continuous, not dichotomous, response variables. Are there options in R for this type of analysis? Jason Marshal Bariloche, Argentina ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html [[alternative HTML version deleted]]
Apparently Analagous Threads
- ordered logistic regression with random effects. Howto?
- Multivariate regression tree: problems with surrogate splits
- asterisk and norstar
- random effects in logistic regression (lmer)-- identification question
- Conditional logistic regression for "events/trials" format