Skip to content
Prev 5053 / 20628 Next

Variance component models using lmer

On Mon, Jan 3, 2011 at 1:40 PM, Luciano La Sala
<lucianolasala at yahoo.com.ar> wrote:
The formula doesn't make sense.  You have the covariate NestID as both
a fixed-effect (treated, incorrectly, as a numeric value) and a random
effect grouping factor.  You should specify the model formula as

EggLength ~ 1 + (1|NestID)