SuperLearner (version 2.0-26)

write.screen.template: screening algorithms for SuperLearner

Description

Screening algorithms for SuperLearner to be used with SL.library.

Usage

write.screen.template(file = "", ...)

Arguments

file

A connection, or a character string naming a file to print to. Passed to cat.

Additional arguments passed to cat

Value

whichVariable

A logical vector with the length equal to the number of columns in X. TRUE indicates the variable (column of X) should be included.

Details

Explain structure of a screening algorithm here:

See Also

SuperLearner

Examples

Run this code
# NOT RUN {
write.screen.template(file = '')
# }

Run the code above in your browser using DataLab