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")
}

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.