augment.epi_workflow | R Documentation |
Augment data with predictions
## S3 method for class 'epi_workflow'
augment(x, new_data, ...)
x |
A trained epi_workflow |
new_data |
A epi_df of predictors |
... |
Arguments passed on to the predict method. |
new_data with additional columns containing the predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.