Displaying 1 result from an estimated 1 matches for "dist_hous".
Did you mean:
dist_house
2005 Nov 28
1
GLMM: measure for significance of random variable?
...I((DI-9*(<9 0.203 0.047 -0.206
here is the R-output for a model which doesn't work with laplace:
> model4b<-lmer(RESPONSE~ D_TO_FORAL +
+ I((DIST_GREEN-300)*(DIST_GREEN<300))+
+ I((DIST_WATER-200)*(DIST_WATER<200)) +
+ I((DIST_VILL-900)*(DIST_VILL<900)) +
+ I((DIST_HOUSE-200)*(DIST_HOUSE<200)) +
+ (1|TIER), family=binomial, method="Laplace")
Fehler in optim(PQLpars, obj, method = "L-BFGS-B", lower = ifelse(const, :
non-finite finite-difference value [7]
[[alternative HTML version deleted]]