wilcox {psichomics}R Documentation

Perform and display statistical analysis

Description

Includes interface containing the results

Usage

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)

Arguments

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 data); if NULL or a character vector of length 1, all data points will be considered of the same group

stat

Data frame or matrix: values of the analyses to be performed (if NULL, the analyses will be performed)

Details

Value

HTML elements


[Package psichomics version 1.10.2 Index]