Displaying 1 result from an estimated 1 matches for "d_to_for".
Did you mean:
d_to_foral
2005 Nov 28
1
GLMM: measure for significance of random variable?
...e a predictive habitat-map (someone asked that before, but I think there was no answer so far).
And the third, why the method "laplace" doesn't work with all my models.
thank you very much
nina klar
R output for a model, which works with laplace:
> model4a<-lmer(RESPONSE~ D_TO_FORAL +
+ I((DIST_WATER-200)*(DIST_WATER<200)) +
+ I((DIST_VILL-900)*(DIST_VILL<900)) +
+ (1|TIER), family=binomial, method="Laplace")
> summary(model4a)
Generalized linear mixed model fit using Laplace
Formula: RESPONSE ~ D_TO_FORAL + I((DIST_WATER - 200) * (DIST_WATER < 20...