View source: R/stats_univariates.R
Ttests.Anal | R Documentation |
This function is used to perform t-test analysis.
Ttests.Anal(
mSetObj = NA,
nonpar = F,
threshp = 0.05,
paired = FALSE,
equal.var = TRUE,
pvalType = "fdr",
all_results = FALSE
)
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). |
pvalType |
pvalType, can be "fdr" etc. |
all_results |
Logical, if TRUE, returns T-Test analysis results for all compounds. |
Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.