Skip to content
Prev 171876 / 398503 Next

generalized linear mixed models with a beta distribution

Thanks for responding Doug. I'm sure SAS just hasn't gotten around to
releasing their code yet.

lme4 does have a leg up on GLIMMIX in other areas, though.
The latest SAS release (9.2) is now able to compute the Laplace
approximation of the likelihood, but it will only fit an overdispersion
parameter using pseudo-likelihoods which can't be used for model selection.
I'm not sure what lme4 is doing differently through the quasi-distributions
that allows this, but it's enormously useful.

Jeff

-----Original Message-----
From: dmbates at gmail.com [mailto:dmbates at gmail.com] On Behalf Of Douglas
Bates
Sent: Thursday, February 26, 2009 3:50 PM
To: Jeff Evans
Cc: r-help at r-project.org
Subject: Re: [R] generalized linear mixed models with a beta distribution
On Thu, Feb 26, 2009 at 12:04 PM, Jeff Evans <evansj18 at msu.edu> wrote:
wondering
fits
When SAS decides to open-source their code we'll be able to find out.
Definitions of generalized linear mixed models are not entirely
straightforward, at least for me.  I'm making some progress but, as
always, it is slower than one would like it to be.