tidypredict_fit: Returns a Tidy Eval formula to calculate fitted values

View source: R/predict-fit.R

tidypredict_fitR Documentation

Returns a Tidy Eval formula to calculate fitted values

Description

It parses a model or uses an already parsed model to return a Tidy Eval formula that can then be used inside a dplyr command.

Usage

tidypredict_fit(model)

Arguments

model

An R model or a list with a parsed model.

Examples


model <- lm(mpg ~ wt + cyl * disp, offset = am, data = mtcars)
tidypredict_fit(model)

tidymodels/tidypredict documentation built on Jan. 19, 2024, 1:14 p.m.