tatest-package {tatest} | R Documentation |
T_\alpha
-Test
The t_\alpha
-test is a modified two-sample or two-group t-test of Gosset(1908).
The package tatest consists of three t-tests: ttest, tatest and mtatest. ttest, rhov,and omega construct tatest, ttest and rhov and momega construct mtatest. t_\alpha
-test is used to test for a single null hypothesis and mt_\alpha
-test is used to identify differential expressed genes in microarray data and RPPA data or proteomic data.
Yuande Tan
tanyuande@gmail.com
Yuande Tan
Maintainer: tanyuande@gmail.com
X<-c(112,122,108,127)
Y<-c(302, 314,322,328)
dat<-cbind(X,Y)
ta.test(X=dat,na=4,nb=4, eqv=TRUE, paired=FALSE,
alpha=0.05, alternative = "two.sided",LOG="NULL")
t.test(x=X,y=Y)
ttest(X,Y,alternative = "two.sided", LG = "NULL")