augment.model_stack: Augment a model stack

augment.model_stackR 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.


stacks documentation built on Nov. 6, 2023, 5:08 p.m.