R/brier_table.R

Defines functions brier_table

Documented in brier_table

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