Wilcox_Test_df {PathoStat} | R Documentation |
Mann-whitney test for a dataframe
Wilcox_Test_df(df, label.vec.num, pvalue.cutoff = 0.05)
df |
Input data object that contains the data to be tested. Required |
label.vec.num |
The target binary condition. Required |
pvalue.cutoff |
choose p-value cut-off |
df.output object
data('iris') Wilcox_Test_df(t(iris[,1:4]), c(rep(1,100), rep(0,50)))