elciclopeturnio <elciclopeturnio <at> gmail.com> writes: > > *Dear R-help: > > My name is Rodrigo and I have a question with nlme package > in R to fit a mixed beta regression model. The details of the model are: >
[snip] > *The question is: > How can I use nlme package in R to fit this model? > If you want to know additional information, send me a mail, please. nlme only fits models with normally distributed residual error (and normally distributed random effects). lmer (in the lme4) package fits models with exponential-family individual effects (i.e. GLMMs), but that doesn't include beta I don't know offhand of any package in R proper that will fit this model, although you could try Jim Lindsey's 'repeated' package <http://popgen.unimaas.nl/~jlindsey/rcode.html> or one of the HGLM packages. There are R interfaces to WinBUGS and AD Model Builder (possibly among others). good luck Ben Bolker ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.