Description Usage Arguments Value Author(s)
View source: R/compareTaxaGroups.R
This function tests the difference between the distributions of two input numeric samples using the statistical tess. First the Kolmogorov-Smirnov is used to check if 2 samples have the same distribution. If yes, Wilcoxon-Mann-Whitney will be used to compare the distribution difference.
1 | distributionTest(varIn, varOut, significanceLevel)
|
varIn |
first numeric vector |
varOut |
second numeric vector |
significanceLevel |
significant cutoff of the Kolmogorov-Smirnov test. Default = 0.05. |
p-value of the comparison test.
Carla Mölbert (carla.moelbert@gmx.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.