Displaying 1 result from an estimated 1 matches for "foodn".
Did you mean:
food
2008 Aug 08
2
[lme4]Coef output with binomial lmer
Dear R users
I have built the following model
m1<-lmer(y~harn+foodn+(1|ass%in%pop%in%fam),family = "quasibinomial")
where y<-cbind(alive,dead)
where harn and foodn are categorical factors and the random effect is a
nested term to represent experimental structure
e.g. Day/Block/Replicate
ass= 5 level factor, pop= 2 populations per treatment factor...