uniTest | R Documentation |
Univariate analysis.
uniTest(sample, sample.info, uni.test = c("t", "wilcox", "anova"), alternative = c("two.sided", "less", "greater"), mu = 0, paired = FALSE, var.equal = FALSE, conf.level = 0.95, exact = NULL, correct = TRUE, conf.int = FALSE, threads = 3, ...)
sample |
The sample abundance. Column is sample and row is peak. |
sample.info |
The sample.information |
uni.test |
Test method. |
alternative |
see ?t.test. |
mu |
see ?t.test. |
paired |
see ?t.test. |
var.equal |
see ?t.test. |
conf.level |
see ?t.test. |
exact |
see ?t.test. |
correct |
see ?t.test. |
conf.int |
see ?t.test. |
threads |
How many threads do you want to use? Default is the number of your PC threads - 3. |
... |
See ?t.test. |
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.