跨表的方差分析和 Tukey-HSD

问题描述

我想运行单向方差分析,然后在表格的每一列中运行 Tukey。 我的示例表是:

DF<-data.frame(A=c(rep("Positive",3),rep("Negative",3)),B=c(rep(c("Control","Treatment"),Values=c(12,23,12,24,34),Values2=c(32,34,65,54,23),Values3=c(34,56,21,21),Values4=c(76,36,87,85,23))

我想运行类似:

aov(data=DF,formula=Values~A*B)

对于每一列,然后是一个 Tukey。

我第一次尝试这样做:

avn<-function(x){aov(x,formula = x~A*B)}

t.DF<-apply(aj.fr,2,avn)

并出现错误。有人可以建议如何进行此操作吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...