R/rmse_table.R

Defines functions rmse_table

Documented in rmse_table

# Create a generic function for usage, which other files will implement.
#' Generate a table of RMSEs by learner
#'
#' Supports SuperLearner objects currently.
#'
#' @param x SuperLearner object
#' @param ... Remaining arguments passed through to the methods.
#' @export
# TODO: improve generic documentation.
rmse_table = function(x, ...) UseMethod("rmse_table")
ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.