[R-sig-ME] :D

NIP n|nj@|np|j@m@ @end|ng |rom out|ook@com
Tue Sep 26 02:37:04 CEST 2023


Hello!

Could any one help me out, if possible? I'm stuck here. How would 
translate the following command lines to lmer syntax

```

model <- aov(
   response ~ treatment*time + Error(id/time),
   data = selfesteem2)
summary(model)

```

I've tried this among others without success.

```

anova(lmerTest::lmer(
   response ~ treatment*time + (1|id:time),
   data = data))

```

-- 
– Joel



More information about the R-sig-mixed-models mailing list