Skip to content
Prev 86096 / 398526 Next

lme syntax for P&B examples

Paul Cossens said the following on 2006-02-09 06:21:
It's wrong. Try

fm6Pixel <- lmer(pixel ~ day + I(day^2) + Side + (day|Dog) + 
(1|Side:Dog), data = Pixel)
fm3Oxide <- lmer(Thickness ~ 1 + (1|Lot), data = Oxide)

This seems to be a bug in `lmer', since one doesn't have to specifiy the 
intercept explicitly in e.g.

lmer(Thickness ~ (1|Lot) + (1|Wafer), data = Oxide)


HTH,
Henric