Summarizes a cross-validation results data frame to extract the highest AUC value associated with each latent variable (LV).
getMaxAUC(summary, verbose = FALSE)A data frame (e.g., from crossVal()) .
Logical; if TRUE, prints counts of LVs exceeding AUC
thresholds. Default is FALSE.
A data frame with columns LV index and max_AUC.