Learn R Programming

mbRes (version 0.1.7)

mbr.glass: Compute Glass's delta simplified

Description

mbr.glass summarizes Glass's delta for multiple groups and multiple biomarkers.

Usage

mbr.glass(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

Run this code

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

Run the code above in your browser using DataLab