Description Usage Arguments Value Examples
View source: R/vectorized_tests.R
Vectorized tests
1 2 3 4 5 | test_wilcoxon(X, Y)
test_kruskalwallis(X, Y)
test_fisher(X, Y)
|
X |
matrix with samples in columns and taxa in rows |
Y |
vector of condition |
A list with a p.value
component and eventually
a e.sign
component.
1 2 3 | head(test_wilcoxon(alcohol$X, alcohol$Y)$p.value)
head(test_kruskalwallis(alcohol$X, alcohol$Y)$p.value)
head(test_fisher(alcohol$X, alcohol$Y)$p.value)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.