R/sl_auc_table.R

Defines functions sl_auc_table

Documented in sl_auc_table

#' @title Deprecated, use auc_table() instead.
#' @description Deprecated, use auc_table() instead.
#'
#' @param sl SuperLearner object
#' @param ... Remaining arguments that are passed through.
#'
#' @export
sl_auc_table = function(sl, ...) {
  .Deprecated("auc_table", "ck37r")
  UseMethod("auc_table")
}

Try the ck37r package in your browser

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

ck37r documentation built on Feb. 6, 2020, 5:09 p.m.