提问人:mehtam 提问时间:9/14/2023 最后编辑:neilfwsmehtam 更新时间:9/14/2023 访问量:33
pairwise_t_test不返回统计信息
pairwise_t_test not returning statistic
问:
pwc <- df %>%
group_by(group) %>%
pairwise_t_test(
value ~ variable1, paired = TRUE,
p.adjust.method = "bonferroni", detailed = TRUE
)
普华永道确实包括统计或DFS。只有当我将group_by和pairwise_t_test结合起来时,才会发生这种情况。为什么?
只有当我将group_by和pairwise_t_test结合起来时,才会发生这种情况。为什么?
答: 暂无答案
评论
dput(df)