R/estimators.R
estimator-model-method.Rd
Accessor for Estimators
# S4 method for class 'model' estimator(object)
An object of class model, whose estimator function we want access to.
model
A fitted version of the input model class.
m <- rf_model() fit <- estimator(m)(mpg ~ hp + wt, data = mtcars)