listWrappers: list all wrapper functions in SuperLearner
Description
List all wrapper functions in SuperLearner package
Usage
listWrappers(what = "both")
Value
Invisible character vector with all exported functions in the SuperLearner package
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, or anything else will return a list of all (exported) functions in the SuperLearner package. Additional wrapper functions are available at https://github.com/ecpolley/SuperLearnerExtra.