Coefficient plots

A coefficient plot is a visual replacement of a table summarizing a fitted model’s parameters. brmstools’ coefplot() draws population-level and group-specific parameter means and credible intervals on the same plot.

Users can plot a single parameter by naming it:

coefplot(fit_ml, pars = "Days", r_intervals = T)

Or only the population-level / group-specific parameters:

coefplot(fit_ml, type = "b")