Dunnett's test that is compatible with the tidyverse in R?

北城以北 提交于 2020-06-29 04:08:22

问题


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?)

来源:https://stackoverflow.com/questions/62095937/dunnetts-test-that-is-compatible-with-the-tidyverse-in-r

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!