Learn R Programming

SuperLearner (version 2.0-9)

listWrappers: list all wrapper functions in SuperLearner

Description

List all wrapper functions in SuperLearner package

Usage

listWrappers(what = "both")

Arguments

what
What list to return. Can be both for both prediction algorithms and screening algorithms, SL for the prediction algorithms, screen for the screening algorithms, method for the estimation method details,

Value

  • Invisible character vector with all exported functions in the SuperLearner package

See Also

SuperLearner

Examples

Run this code
listWrappers(what = "SL")
listWrappers(what = "screen")

Run the code above in your browser using DataLab