Hello, ? I believe that in R, it is not possible to analyze mixed effect-models when the distribucion is not gaussian (p.e. binomial or poisson), isn't? ? Somebody can suggest me alternative? ? thanks ? xavi ? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
mixed effect-models
5 messages · Xavi, Brian Ripley, Thomas Lumley +1 more
Sure you can! See glmmPQL in package MASS, glmm in package glmmGibbs, glmm in one of Jim Lindsey's packages, .... There is even a discussion of this in MASS4 secion 10.4.
On Mon, 21 Oct 2002, Xavi wrote:
I believe that in R, it is not possible to analyze mixed effect-models when the distribucion is not gaussian (p.e. binomial or poisson), isn't?
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Mon, 21 Oct 2002, Xavi wrote:
Hello, Â I believe that in R, it is not possible to analyze mixed effect-models when the distribucion is not gaussian (p.e. binomial or poisson), isn't?
It depends on exactly what you mean. - Jim Lindsey's packages will fit (at least) random intercept models - For binomial or Poisson models with reasonably large means (perhaps 4 or so) the PQL approximation used by glmmPQL in the MASS package is pretty good.
Somebody can suggest me alternative?
Again, it depends on why you want to fit mixed-effects models. You may be able to fit marginal models (GEE) instead. If you really want to fit mixed models with multiple random effects to binary data you probably need SAS PROC NLMIXED or a Bayesian solution (or HLM or MLWiN might be able to do it by now). -thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
So in R there is no package for mixed models with multiple random effects to Binary data? Thanks. ----- Original Message ----- From: "Thomas Lumley" <tlumley at u.washington.edu> To: "Xavi" <xpuig at dsss.scs.es> Cc: <r-help at stat.math.ethz.ch> Sent: Monday, October 21, 2002 9:03 AM Subject: Re: [R] mixed effect-models
On Mon, 21 Oct 2002, Xavi wrote:
Hello, I believe that in R, it is not possible to analyze mixed effect-models when the distribucion is not gaussian (p.e. binomial or poisson), isn't?
It depends on exactly what you mean. - Jim Lindsey's packages will fit (at least) random intercept models - For binomial or Poisson models with reasonably large means (perhaps 4 or so) the PQL approximation used by glmmPQL in the MASS package is pretty good.
Somebody can suggest me alternative?
Again, it depends on why you want to fit mixed-effects models. You may be able to fit marginal models (GEE) instead. If you really want to fit mixed models with multiple random effects to binary data you probably need SAS PROC NLMIXED or a Bayesian solution (or HLM or MLWiN might be able to do it by now). -thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-.-
r-help mailing list -- Read
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Mon, 21 Oct 2002, Feng Zhang wrote:
So in R there is no package for mixed models with multiple random effects to Binary data?
R-help has already been told about two in answer to the original question. GLMMs for binary data are a tricky inference problem and all the software I know of has drawbacks but real problems do get solved using it.
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._