🌈 搜索
📅  最后修改于: 2022-03-11 14:51:59.414000             🧑  作者: Mango
data$PValue = apply(data, 1, function(x) t.test(x[1:3], x[4:6])$p.value)