estimate_contrasts(
model = fit,
contrast = "species",
method = "pairwise",
p_adjust = "bonferroni"
)
## Marginal Contrasts Analysis
##
## Level1 | Level2 | Difference | SE | 95% CI | t(339) | p
## ---------------------------------------------------------------------------------
## Chinstrap | Adelie | 32.43 | 67.51 | [-100.37, 165.22] | 0.48 | > .999
## Gentoo | Adelie | 1375.35 | 56.15 | [1264.91, 1485.80] | 24.50 | < .001
## Gentoo | Chinstrap | 1342.93 | 69.86 | [1205.52, 1480.34] | 19.22 | < .001
##
## Variable predicted: body_mass
## Predictors contrasted: species
## p-value adjustment method: Bonferroni