Skip to contents

Ordinary linear regression with formula. Calls [stats::lm()].

Super classes

mlr3::Learner -> mlr3::LearnerRegr -> LearnerRegrLMFormula

Methods

Inherited methods


Method new()

Creates a new instance of this [R6][R6::R6Class] class.

Usage


Method clone()

The objects of this class are cloneable with this method.

Usage

LearnerRegrLMFormula$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.