Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 24, 2025
1 parent 77c0924 commit 128c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/introduction_comparisons_1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Again, to answer this question, we calculate all pairwise comparisons, i.e. the
estimate_contrasts(model2, contrast = c("episode", "grp"))
```

For our quantity of interest, the contrast between groups `treatment` and `control` when `episode = 2` is 0.35. We find this comparison in row 8 of the above output.
For our quantity of interest, the contrast between groups `treatment` and `control` when `episode = 2` is 0.06. We find this comparison in row 10 of the above output.

As we can see, `estimate_contrasts()` returns pairwise comparisons of all possible combinations of factor levels from our focal variables. If we're only interested in a very specific comparison, we have two options to simplify the output:

Expand Down

0 comments on commit 128c099

Please sign in to comment.