Description Usage Arguments Details Value Author(s) See Also Examples
comp.t
returns a function of one argument with bindings for
L
, mu
, var.equal
. This function accepts a
microarray data matrix as its single argument, when evaluated, computes
t statistics for each row of the matrix.
1 |
L |
A vector of integers corresponding to observation (column) class labels. For k classes, the labels must be integers between 0 and k-1. |
mu |
A number indicating the true value of the mean (or difference in means if you are performing a two sample test). |
var.equal |
a logical variable indicating whether to treat the
two variances as being equal. If |
The function returned by comp.t
calculates t statistics for
each row of the microarary data matrix, given specific class labels.
comp.t
returns a function with bindings for L
,
mu
, var.equal
, which calculates and returns of vector of
t statistics for each row in the data matrix.
Yuanyuan Xiao, yxiao@itsa.ucsf.edu,
Jean Yee Hwa Yang, jean@biostat.ucsf.edu.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.