pval {xcms} | R Documentation |
Generate p-values for a vector of Welch's two-sample t-statistics based on the t distribution.
pval(X, classlabel, teststat)
X |
original data matrix |
classlabel |
integer vector with classlabel |
teststat |
numeric vector with Welch's two-sample t-statistics |
A numeric vector of p-values.
Colin A. Smith, csmith@scripps.edu