Skip to content
Prev 139423 / 398503 Next

generalized linear mixed models with a beta distribution

Thanks for the tips and clarifications.  I'm a newbie and don't always 
have the terminology down correctly.  My understanding is that one 
should be able to use generalized linear mixed models to model response 
variables that take any of the exponential family of distributions.  The 
beta distribution belongs to this family and can be modeled in PROC 
GLIMMIX in SAS.  I was hoping to find something similar in R.  Is 
modeling in nlme via a variance specification the best and/or only 
option available in R?

For clarification, here's what I'm trying to model:
I have a beta-distributed response variable (y).  I have a fixed-effect 
explanatory variable (treatment), and I'd like to include a random term 
for individuals used in the experiment.  The model in lmer would be:  y 
~ treatment + (1 | individual).   As far as I can tell, the appropriate 
link function for the model would be the logit.

Thanks again, Professor Ripley, for your comments and suggestions.

Craig
Prof Brian Ripley wrote: