[R] Any package to perform HLM (PROC GENMOD) like logistic regression in R?

2005-10-21 Thread William M. Grove
I know there are very nice facilities in Pinhiero and Bates for doing HLM-type modeling for continuous dependent variables. But I would like to be able to do repeated measures logistic regression, or LR on clustered observations (at least with exchangeable correlation structures, and

Re: [R] Any package to perform HLM (PROC GENMOD) like logistic regression in R?

2005-10-21 Thread Prof Brian Ripley
On Fri, 21 Oct 2005, William M. Grove wrote: I know there are very nice facilities in Pinhiero and Bates for doing HLM-type modeling for continuous dependent variables. But I would like to be able to do repeated measures logistic regression, or LR on clustered observations (at least with

Re: [R] Any package to perform HLM (PROC GENMOD) like logistic

2005-10-21 Thread Alan Cobo-Lewis
I think you're looking for lmer( ... family=binomial ) in package lme4 by Bates Sarkar. William M. Grove [EMAIL PROTECTED] wrote: I know there are very nice facilities in Pinhiero and Bates for doing HLM-type modeling for continuous dependent variables. But I would like to be able to do