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-mod...@r-project.org.) ______________________________________________ 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.