SRH: Computes Scheirer-Ray-Hare Test

Description Usage Arguments Value Examples

View source: R/SRH.R

Description

Computes Scheirer-Ray-Hare Test

Usage

1
SRH(data, Adjust_p_value = T, Adjust_method = "BH")

Arguments

data

csv file with Header as False First column with Sample Second column with Multilevel(Mixomics) so that it can be compatible with other multivariate statistics Third column with Group information. Rest of the columns are the metabolites to be tested.

Adjust_p_value

Set True if FDR adjustments are to be made. If not set False

Adjust_method

adjustment methods frequently used. "holm", "hochberg", "hommel", "bonferroni", "BH", "BY","fdr", "none"

Value

csv files including significant variables (Multilevel, Group, interaction) and a Venn diagram

Examples

1
2
data(Data)
Result<-SRH(Data)

CHKim5/LMSstat documentation built on Dec. 17, 2021, 12:55 p.m.