Learn R Programming

MetaboAnalystR (version 2.0.0)

Ttests.Anal: Perform t-test analysis

Description

This function is used to perform t-test analysis.

Usage

Ttests.Anal(mSetObj = NA, nonpar = F, threshp = 0.05,
  paired = FALSE, equal.var = TRUE)

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