wilcox {psichomics} | R Documentation |
Includes interface containing the results
wilcox(data, groups, stat = NULL) ttest(data, groups, stat = NULL) levene(data, groups, stat = NULL) fligner(data, groups, stat = NULL) kruskal(data, groups, stat = NULL) fisher(data, groups) spearman(data, groups)
data |
Numeric, data frame or matrix: data for one gene or alternative splicing event |
groups |
List of characters (list of groups containing data identifiers)
or character vector (group of each value in |
stat |
Data frame or matrix: values of the analyses to be performed (if NULL, the analyses will be performed) |
ttest
: unpaired t-test
wilcox
: Wilcoxon test
levene
: Levene's test
fligner
: Fligner-Killeen test
kruskal
: Kruskal test
fisher
: Fisher's exact test
spearman
: Spearman's test
HTML elements