Plots sample quantiles from posterior predictive sample.
See bayesplot::ppc_ribbon() for details.
plot_coefs(
object,
level = 0.05,
alpha = 0.33,
transform = identity,
scales = "fixed",
add_zero = TRUE
)An output from walker().
Level for intervals. Default is 0.05, leading to 90% intervals.
Transparency level for ggplot2::geom_ribbon().
Optional vectorized function for transforming the coefficients (for example exp).
Should y-axis of the panels be "fixed" (default) or "free"?
Logical, should a dashed line indicating a zero be included?