R/extract.R
extract_fit.Rd
Returns the raw model object stored in @model — the thing you would pass directly to predict(), coef(), summary(), etc.
@model
predict()
coef()
summary()
extract_fit(x, ...)
A modelblueprint.
modelblueprint
Unused; reserved for subclass methods.
The fitted model object.
set_model()