plot_step | R Documentation |
This requires that all steps be run using brms and then provided as a list of model fits.
plot_step(
fits,
year = NULL,
fill = "purple",
probs = c(0.25, 0.75),
show_probs = TRUE
)
fits |
a list of model fits in the order that you want to compare them |
year |
the year or time label |
fill |
the colour of the credible interval ribbon |
probs |
the quantiles to plot |
show_probs |
plot the quantiles or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.