Description Usage Arguments Details Value Author(s) See Also
These function compute test statistics for all rows in a matrix.
1 2 3 4 | test.fc(m, cl, paired)
test.t(m, cl, paired)
test.z(m, cl, paired)
check.test.args(m, cl, paired)
|
m |
the matrix of numeric values. For each row of the matrix, one test statistic is computed. |
cl |
a vector of class labels. |
paired |
logical, is |
check.test.arg
is used by the other methods to check their arguments.
test.t
and test.z
interface with the C-code contained in the
twilight package in order to speed-up the computation.
An array of the corresponding test statistic containing one element per row of the input matrix.
Claudio Lottaz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.