2001-04-01
Seven camelina cultivars × two sowing times × two years
Which combination gives the best site-specific results?
Why it matters statistically: the experimental design is more complex than it looks.
All 14 treatments randomized within each block
That’s impossible: You can’t sow half a block in October and the other half in March
BLOCK
├── WHOLE PLOT: Autumn
│ └── V1 V2 V3 V4 V5 V6 CELINE
└── WHOLE PLOT: Spring
└── V1 V2 V3 V4 V5 V6 CELINE
\[ y = \mu + \text{Replicate} + \text{Year} + \text{SowingTime} + \text{WholePlotError} + \text{Cultivar} + \text{Interactions} + \text{SubplotError} \]
| Stratum | Tests | Unit |
|---|---|---|
| Whole-plot error | Sowing Time | Whole plot in block |
| Subplot error | Genotype, G×ST | Subplot in whole plot |
Important
Using a single pooled error gives an anti-conservative test for ST and an over-conservative test for G. This is one of the most common errors in agronomy papers.
aov() vs. lmer() for Split-PlotsClassical approach — explicit error strata:
What lmerTest does:
Both are valid. But lmer output labeled as “ANOVA” obscures that this is a linear mixed model with approximated denominator df.
QUESTION
"Best genotype ×
sowing time?"
/\
/ \
DATA / \ METHOD
-----/------\-------
Factorial Split-plot LMM
blocked Two error strata
cont+count Poisson for counts
Alignment? Mostly yes - but the gap between what was done (LMM) and what was reported (“ANOVA”) is a transparency issue.
lmer + anova() is a linear mixed model, not classical ANOVAHow did the authors control for environmental variation when comparing genotypes across different sowing dates?
The paper mentions they used “visual inspection of model residuals was also done to check for model assumptions”