Skip to content
Prev 19906 / 63424 Next

How to capture t-score and p-values from t.test

"Bernzweig, Bruce (Exchange)" <bbernzwe at bear.com> writes:
tt <- t.test(d[1], d[2], var.equal=TRUE)

tt$statistic
tt$p.value

unclass(tt)
names(tt)