Ttests.Anal: Perform t-test analysis

Description Usage Arguments Author(s)

View source: R/stats_univariates.R

Description

This function is used to perform t-test analysis.

Usage

1
2
3
4
5
6
7
8
Ttests.Anal(
  mSetObj = NA,
  nonpar = F,
  threshp = 0.05,
  paired = FALSE,
  equal.var = TRUE,
  all_results = FALSE
)

Arguments

mSetObj

Input the name of the created mSetObj (see InitDataObjects)

nonpar

Logical, use a non-parametric test, T or F. False is default.

threshp

Numeric, enter the adjusted p-value (FDR) cutoff

paired

Logical, is data paired (T) or not (F).

equal.var

Logical, evaluates if the group variance is equal (T) or not (F).

all_results

Logical, if TRUE, returns T-Test analysis results for all compounds.

Author(s)

Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR3.0 documentation built on May 6, 2020, 11:03 p.m.