View source: R/plot-mcmc-running-quants.R
plot_running_quants | R Documentation |
Create a plot with running quantiles across the posterior for a parameter
plot_running_quants(
model,
post_regex,
y_lim = NULL,
fill = "royalblue",
alpha = 0.3
)
model |
A model list, created by |
post_regex |
A regular expression that matches one parameter name and nothing else |
y_lim |
The limits for the y-axis. A vector of 2 |
fill |
The fill color for the credible interval ribbon |
alpha |
The alpha value for the credible interval ribbon |
probs |
A vector of 3 values for the lower, median, and upper quantiles |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.