Description Usage Arguments Value
Carries out hypotheses tests testing for significant differences in matched columns of two matrices, and returns the most significant to the least significant result in order.
1 | foo_tests(x, y, tests)
|
x |
Matrix 1 |
y |
Matrix 2 |
tests |
A vector with one or more of the following values: 1) t (t-test), 2) f (f-test), 3) mean (difference of means), 4) var (difference of variance, 5) wilcox (wilcoxon test), 6) ks (KS test) |
A data frame with the indices resulting from ordering the vector of, one of 1) differences, 2) statistics, or 3) pvalues computed between matched columns of the two matrices, in decreasing order of magnitude.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.