powered by
Accessor for Estimators
# S4 method for model estimator(object)
A fitted version of the input model class.
An object of class model, whose estimator function we want access to.
model
m <- rf_model() fit <- estimator(m)(mpg ~ hp + wt, data = mtcars)
Run the code above in your browser using DataLab