mbr.cliff {mbRes}R Documentation

Compute Cliff's delta simplified

Description

mbr.cliff summarizes Cliff's delta for multiple groups and multiple biomarkers.

Usage

mbr.cliff(df)

Arguments

df

a data frame with the name of experimental groups or biomonitoring sites as the first column and the measurement of biomarkers as the remaining columns.

Examples



set.seed(1)
setting <- setpop()
temp <- simul(setting$pop_mean)
mbr.cliff(temp$sam)
 #might take more than 5s in some machines


[Package mbRes version 0.1.7 Index]