Skip to contents

Returns the raw model object stored in @model — the thing you would pass directly to predict(), coef(), summary(), etc.

Usage

extract_fit(x, ...)

Arguments

x

A modelblueprint.

...

Unused; reserved for subclass methods.

Value

The fitted model object.

See also