上传者: 42196279
|
上传时间: 2021-09-11 15:24:34
|
文件大小: 1.48MB
|
文件类型: PPT
练习三:数据读取和t检验
将表2中的数据录入Excel中,另存为t.test.txt文件。
用read.table函数读取该文件。
t.test.data <- read.table(“X:/t.test.txt”, header=TRUE)
对变量t.test.data中的
attach(t.test.data)
ratio<-weight/height^2
t.test(ratio)