SL: SuperLearner wrapper for learner

View source: R/superlearner.R

SLR Documentation

SuperLearner wrapper for learner

Description

SuperLearner wrapper for learner

Usage

SL(
  formula = ~.,
  ...,
  SL.library = c("SL.mean", "SL.glm"),
  binomial = FALSE,
  data = NULL,
  info = "SuperLearner"
)

Arguments

formula

Model design

...

Additional arguments for SuperLearner::SuperLearner

SL.library

character vector of prediction algorithms

binomial

boolean specifying binomial or gaussian family (default FALSE)

data

Optional data.frame

info

model information (optional)

Value

learner object

Author(s)

Klaus Kähler Holst


targeted documentation built on Jan. 12, 2026, 9:08 a.m.