View source: R/sequence-time-models.R
| plot_time_varying_sequence_model | R Documentation |
Plot predicted time-varying sequence probabilities
plot_time_varying_sequence_model(
model,
time = NULL,
level = 0.95,
show_interval = TRUE,
...
)
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 |
Prediction data, invisibly.
# See `fit_time_varying_sequence_model()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.