beta_halfeye_plot: Make a halfeye ggplot for all beta values from a 'brms' model

View source: R/beta_halfeye_plot.R

beta_halfeye_plotR Documentation

Make a halfeye ggplot for all beta values from a 'brms' model

Description

Make a halfeye ggplot for all beta values from a 'brms' model

Usage

beta_halfeye_plot(model, start_string = "b_")

Arguments

model:

a 'brms' model object

start_string:

what is the starting string of the model parameters that should be plotted. Defaults to "b_" to get all fixed beta values.

Value

a halfeye ggplot object with one halfeye for each beta parameter

Examples

m1 %>% beta_halfeye_plot()



MCMaurer/MCMsBasics documentation built on July 5, 2024, 11:38 p.m.