R/cvsl_auc_table.R

Defines functions cvsl_auc_table

Documented in cvsl_auc_table

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

  # This will automatically pass through cvsl and any remaining arguments.
  UseMethod("auc_table")
}
ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.