augment.model_stack {stacks}R Documentation

Augment a model stack

Description

Augment a model stack

Usage

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

Arguments

x

A fitted model stack; see fit_members().

new_data

A rectangular data object, such as a data frame.

...

Additional arguments passed to predict.model_stack. In particular, see type and members.

See Also

The collect_parameters() function is analogous to a tidy() method for model stacks.


[Package stacks version 1.0.4 Index]