mgrastDoStats {KbaseKit}R Documentation

Does stats

Description

Does stats, really

Usage

mgrastDoStats(data_file, groups_file, data_type = c("raw", "normalized"), sig_test = c("t-test-paired", "Wilcoxon-paired", "t-test-un-paired", "Mann-Whitney_un-paired-Wilcoxon", "ANOVA-one-way", "Kruskal-Wallis"), file_out = "my_stats")

Arguments

data_file
groups_file
data_type
sig_test
file_out

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (data_file, groups_file, data_type = c("raw", "normalized"), 
    sig_test = c("t-test-paired", "Wilcoxon-paired", "t-test-un-paired", 
        "Mann-Whitney_un-paired-Wilcoxon", "ANOVA-one-way", "Kruskal-Wallis"), 
    file_out = "my_stats") 
{
    library(stats)
    library(nlme)
  }

[Package KbaseKit version 0.9 Index]