Displaying 1 result from an estimated 1 matches for "labda1".
Did you mean:
dabda1
2005 Feb 08
0
2: lme4 ---> GLMM
...two and more blocks, each of them would have the simple diag. structure,
just as was possible with like pdIdent(...,...,...) specification in
nlme-package. i also wanted to give initial values via value=....,
so i would really need to define i.e.:
random=list(my.Subject=pdBlocked(pdIdent(value=labda1,
form=~var.a1+...+var.am, nam=...), pdIdent(value=labda2,
form=~var.b1+...+var.bn, nam=...),...))
or just, because "pdBlocked" is not accepted
random=list(my.Subject=list(pdIdent(value=labda1,
form=~var.a1+...+var.am, nam=...), pdIdent(value=labda2,
form=~var.b1+...+var.bn, nam=...)...