Skip to content

a mixed-effects model?

1 message · yann clough

#
Dear Lara,

you introduce random effects if you have grouped or repeated-measures 
data, to account for the resulting covariance/non-independence, or if 
you are interested in modelling variability at different hierarchical 
levels.
 From your description at least, all your data points seem independent 
of each other.

qinit is a covariate, i.e.:
you probably want to model this as:

glm(clutchsize~treatment*species+qinit)

HTH,
Yann