R/roc.R

Defines functions roc

Documented in roc

#' roc for model
#'
#' @param ... one or more fit
#'
#' @return roc dataframe
#' @export
#'
roc <- function(...) UseMethod('roc')

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.