SL.randomGLM.caretMod: SL.randomGLM.caretMod Uses SL.caretMod with five-fold CV to...

Description Usage Arguments

Description

SL.randomGLM.caretMod Uses SL.caretMod with five-fold CV to train a random GLM with ten choices of tuning parameter.

Usage

1
2
SL.randomGLM.caretMod(..., method = "randomGLM", tuneLength = 10,
  trControl = caret::trainControl(method = "cv", number = 2))

Arguments

...

Other arguments passed to SL.caretMod

method

Character describing what algorithm to train

tuneLength

The number of tuning parameter combinations

trControl

Passed to caret::train


benkeser/haltmle.sim documentation built on May 12, 2019, noon