Displaying 1 result from an estimated 1 matches for "liz3".
Did you mean:
li73
2010 Mar 14
3
likelihood ratio test between glmer and glm
I am currently running a generalized linear mixed effect model using glmer and I want to estimate how much of the variance is explained by my random factor.
summary(glmer(cbind(female,male)~date+(1|dam),family=binomial,data= liz3"))
Generalized linear mixed model fit by the Laplace approximation
Formula: cbind(female, male) ~ date + (1 | dam)
Data: liz3
AIC BIC logLik deviance
241.3 258.2 -117.7 235.3
Random effects:
Groups Name Variance Std.Dev.
dam (Intercept) 0 0
Number of obs: 2068...