How is the following code working ?
In the formula of lmer :
What does 1 before vartical bar , (1|recipe:replicate) , indicate ?
How does "recipe:replicate" after vartical bar work ?
I tried :
But do not understand why are first 6 observations " A:1" , then the 6 observations " B:1" , and so on ?
Code:
(fm1 <- lmer(angle ~ recipe * temperature + (1|recipe:replicate), cake, REML= FALSE))
What does 1 before vartical bar , (1|recipe:replicate) , indicate ?
How does "recipe:replicate" after vartical bar work ?
I tried :
Code:
cake$recipe:cake$replicate