Plot the model's estimated parameters as histograms or a coefficient plot.
mlm_pars_plot(
mod = NULL,
type = "hist",
color = "black",
p_shape = 15,
p_size = 1.2,
level = 0.95,
nrow = 3,
pars = c("a", "b", "cp", "covab", "me", "c", "pme")
)
A Stanfit model estimated with mlm()
.
Type of the plot, hist
, coef
, or violin
.
Color (and fill) for plots.
Shape of points for coefplot.
Size of points for coefplot.
X level for Credible Intervals. (Defaults to .95.)
Number of rows for multiple histograms.
Which parameters to plot.
A ggplot2 object.
The point estimate for the coefficient plot is the posterior mean.