Displaying 2 results from an estimated 2 matches for "roler".
Did you mean:
role
2006 Jan 30
1
predict.lme / nlmmPQL: "non-conformable arguments"
I'm trying to use "predict" with a linear mixed-effects logistic
regression model fitted with nlmmPQL from the MASS library.
Unfortunately, I'm getting an error "non-conformable arguments" in
predict.lme, and I would like to understand why.
I have used the same call to "predict" with "glm" models without
problems. I assume I'm doing
2008 Jan 24
0
(lme4: lmer) mcmcsamp: Error in if (var(y) == 0)
...eq)) + (1 + log(dist.time) | target.utt)
Data: data.utts
Family: binomial(logit link)
AIC BIC logLik deviance
1145907 1146131 -572935 1145869
...
Pr(>|z|)
...
rolei:derivationI:log(dist.time) < 2e-16 ***
roler:derivationI:log(dist.time) < 2e-16 ***
rolei:derivationN:log(dist.time) < 2e-16 ***
roler:derivationN:log(dist.time) 0.000187 ***
...
> class(emnlp.m1)
[1] "glmer"
attr(,"package")
[1] "lme4"
> mc <- mcmcs...