met.GetTtestRes | R Documentation |
Utility method to to get p values via T-test.
met.GetTtestRes(
mSetObj = NA,
grp1,
grp2,
paired = FALSE,
equal.var = TRUE,
nonpar = F
)
mSetObj |
Enter the name of the created mSet object (see |
grp1 |
(Character) Enter name of the first group for the contrast |
grp2 |
(Character) Enter name of the second group for the contrast |
paired |
(Logical) Is the data paired ( |
equal.var |
(Logical) Is the group variance equal ( |
nonpar |
(Logical) Use a non-parametric test ( |
A data frame with T-test results.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from GetTtestRes
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.