BootCumulRichnessAUC
BootCumulRichnessAUC.Rd
This function bootstraps the normalized area under the curve (AUC) for cumulative richness by randomizing the order of groups. It performs multiple bootstrap iterations to estimate the distribution of normalized AUC values.
Examples
if (FALSE) {
groups <- c("Control", "Treatment1", "Treatment2")
bootstrapped_aucs <- BootCumulRichnessAUC(mmo, groups, n_boot = 500)
}