R/auc.R

Defines functions auc

Documented in auc

#' auc for model
#'
#' @param ... one or more fit
#'
#' @return auc dataframe
#' @export
#'
auc <- function(...) UseMethod('auc')
yikeshu0611/modelROC documentation built on Dec. 23, 2021, 7:21 p.m.