Hi all,
I have been attempting to run the following model in the lme4 package in R.
mod1<-glmer(perc~treatment+region+stage+treatment*stage+region*stage+(tub+aquarium), weights=no start, family=binomial, data=data)
But continue to receive the following error message:
>...