check.test.args {OrderedList} | R Documentation |
These function compute test statistics for all rows in a matrix.
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. cl must have as many elements
as there are columns in m . |
paired |
logical, is TRUE , if the data in the two classes are paired. |
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