augment.epi_workflow: Augment data with predictions

View source: R/epi_workflow.R

augment.epi_workflowR Documentation

Augment data with predictions

Description

Augment data with predictions

Usage

## S3 method for class 'epi_workflow'
augment(x, new_data, ...)

Arguments

x

A trained epi_workflow

new_data

A epi_df of predictors

...

Arguments passed on to the predict method.

Value

new_data with additional columns containing the predicted values


cmu-delphi/epipredict documentation built on March 5, 2025, 12:17 p.m.