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")
}
ck37/ck37r documentation built on April 29, 2023, 11:42 p.m.