I see when I run library(multcomp)
(see this example), it complains (among other things):
Attaching package: ‘MASS’
The following object is masked from ‘package:dplyr’:
select
Masking select is going to be awkward.
I suppose I can use multcomp without putting it into the namespace with library
.
EDIT: What is the easiest way to run Dunnett's test that works well with the tidyverse?
(Old question: Is there another package that offers Dunnett's test that is more compatible with the tidyverse?)