Skip to content
Prev 6300 / 20628 Next

glmmPQL Help: Random Effect and Dispersion Parameter

Dear Reinhold,

Thank you very much for pointing out my typo. Yes, I should use
rnorm(n*m*k,0,sigma.e) instead of rnorm(1,0,sigma.e).

The reason I not included the random error in the exponential function
is that I want to follow the idea of generalized linear model, which
assumes g(E(y))=X\beta+Zb, g is the link function and g=ln() in this
case.

It seems that lme4a is the best one to fit glimmix model while lme4
can not give out a desirable result. Thank all the responders.

Best,

Yue Yu


On Sun, Jun 26, 2011 at 17:12, Reinhold Kliegl
<reinhold.kliegl at gmail.com> wrote: