estimator,model-method | R Documentation |
Accessor for Estimators
## S4 method for signature 'model'
estimator(object)
object |
An object of class |
A fitted version of the input model class.
m <- rf_model()
fit <- estimator(m)(mpg ~ hp + wt, data = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.