Skip to content
Prev 386796 / 398502 Next

Error in contrasts adding bonferroni adjustment

Looks like a misplaced right parenthesis. Try

contrast.outcome <-contrast(emmeans.outcome, method =
list("experimental_post1 - control_post1" = c(1, 0, -1, 0),
"experimental_post2 - control_post2" = c(0, 1, 0, -1)), adjust = "bonf")

Pat
On Sat, Jan 9, 2021 at 3:10 AM Laura Coco <lauracoco at gmail.com> wrote: