[R] Package for GLMM with correlation matrix
Ben Bolker
bbolker at gmail.com
Fri Oct 22 02:09:54 CEST 2010
wong <aspxwong <at> gmail.com> writes:
> I'm looking for a R package for fitting a generalized linear mixed model
> g(E[yi])=â*xi+ui
> where g is a link function, subscript i represents the individual id, â is
> fixed effect coefficient, ui is a random effect with E[u]=0 and covariance
> Cov[u]=G*ó^2, in which G is a correlation matrix.
See glmmPQL in the MASS package.
(Questions like this might prefer to go to r-sig-mixed-models at r-project.org.)
More information about the R-help
mailing list