R/ipa_table.R

Defines functions ipa_table

Documented in ipa_table

# Create a generic function for usage, which other files will implement.
#' Generate a table of IPA scores by learner
#'
#' IPA = index of prediction accuracy (Kattan & Gerds 2018)
#'
#' Supports CV.SuperLearner objects currently.
#'
#' @param x CV.SuperLearner object
#' @param ... Remaining arguments passed through to the methods.
#' @export
# TODO: improve generic documentation.
ipa_table = function(x, ...) UseMethod("ipa_table")
ck37/ck37r documentation built on April 29, 2023, 11:42 p.m.