View source: R/tempo_plotting.R
Plot the covariate time series (with information on predicted coefficient magnitudes and signs) for each covariate, with a plot of the predicted transition time PMF aligned below.
1 2 3 4 5 6 7 | tempo_plot_covs_pmf(
x,
draws,
obs_id,
confidence_intervals = TRUE,
title = NULL
)
|
x |
output from |
draws |
the output from |
obs_id |
The observation id (corresponding to the obs_id column in
the |
confidence_intervals |
Boolean; Should confidence intervals be shown on the
pmf plot? Defaults to |
title |
character string; optional title to be placed at the top of the plot. Defaults to NULL in which case a default title is generated: "PMF and covariates for <obs_id>" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.