plot_coefs | R Documentation |
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
)
object |
An output from |
level |
Level for intervals. Default is 0.05, leading to 90% intervals. |
alpha |
Transparency level for |
transform |
Optional vectorized function for transforming the coefficients (for example |
scales |
Should y-axis of the panels be |
add_zero |
Logical, should a dashed line indicating a zero be included? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.