augment.model_stack | R Documentation |
Augment a model stack
## S3 method for class 'model_stack'
augment(x, new_data, ...)
x |
A fitted model stack; see |
new_data |
A rectangular data object, such as a data frame. |
... |
Additional arguments passed to |
The collect_parameters()
function is analogous to a tidy()
method for model stacks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.