我正在尝试对很多数据集进行 t.test,我希望它们包含在单个输出中到目前为止,我正在做一个类似于这个的 t.test
test1=t.test(dat$velocity,x[[1]][[2]])
test2=t.test(dat$velocity,x[[2]][[2]])
test3=t.test(dat$velocity,x[[3]][[2]])
我正在尝试对很多数据集进行 t.test,我希望它们包含在单个输出中到目前为止,我正在做一个类似于这个的 t.test
test1=t.test(dat$velocity,x[[1]][[2]])
test2=t.test(dat$velocity,x[[2]][[2]])
test3=t.test(dat$velocity,x[[3]][[2]])