Skip to content
Prev 139314 / 398503 Next

generalized linear mixed models with a beta distribution

glmmPQL can fit the same GLM families as glm() can -- it does not list 
_any_ .

Howver, the beta distribution does not give a GLM family and hence your 
subject line is strictly about a non-existent concept.  I'm presuming that 
you want to model the logit of the mean of a beta by a random effects 
model -- it is unclear what you want to do with the other parameter.

Note that the beta does fit into the framework of package gamlss, but I am 
not aware of an option for random effects in that framework.
On Wed, 12 Mar 2008, Craig A Faulhaber wrote:

            
https://stat.ethz.ch/pipermail/r-help/2006-December/121567.html
But it did suggest modelling this in nlme via a variance specification, 
and that remains a good suggestion.