Skip to contents

Plot predicted time-varying sequence probabilities

Usage

plot_time_varying_sequence_model(
  model,
  time = NULL,
  level = 0.95,
  show_interval = TRUE,
  ...
)

Arguments

model

A fitted time-varying sequence model.

time

Optional prediction grid.

level

Pointwise confidence level.

show_interval

Draw pointwise confidence ribbons.

...

Additional arguments passed to graphics::plot().

Value

Prediction data, invisibly.

Examples

# See `fit_time_varying_sequence_model()`.