View source: R/sequence-time-models.R
| predict_time_varying_sequence_model | R Documentation |
Predict a time-varying sequence model
predict_time_varying_sequence_model(
model,
time = NULL,
groups = NULL,
level = 0.95
)
model |
A fitted time-varying sequence model. |
time |
Optional numeric prediction grid. |
groups |
Optional subset of fitted groups. |
level |
Confidence level for pointwise intervals. |
A data frame with fitted probabilities and pointwise intervals.
# See `fit_time_varying_sequence_model()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.