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')

Try the modelROC package in your browser

Any scripts or data that you put into this service are public.

modelROC documentation built on June 25, 2021, 5:09 p.m.