Skip to contents

Augment data with fitted classes and regime probabilities (broom method)

Usage

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

Arguments

x

An "iord" object.

...

Unused.

Value

The estimation data with .fitted (the modal category), .prob_<level> columns, and for inflated models .regime (fitted \(P(s = 1)\)).

See also

predict.iord() for the full set of prediction types.

Other broom methods: glance.iord(), tidy.iord()