Skip to content

Commit

Permalink
minor fix on split plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiaskowski committed Jul 24, 2024
1 parent 4b09bad commit 00815d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/split-plot-design.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ anova(model2)
Post-Hoc analysis

```{r}
emm <- emmeans(model2, ~ variety * nutrient) comparison <- cld(emm, Letters = LETTERS, reversed = T)
emm <- emmeans(model2, ~ variety * nutrient)
omparison <- cld(emm, Letters = LETTERS, reversed = T)
```

::: callout-note
Expand Down

0 comments on commit 00815d9

Please sign in to comment.