uniTest: uniTest

uniTestR Documentation

uniTest

Description

Univariate analysis.

Usage

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, ...)

Arguments

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.

Author(s)

Xiaotao Shen shenxt@sioc.ac.cn


ZhuMSLab/MetDNA documentation built on March 29, 2022, 5:45 p.m.