Give Basic Statistical Information About the Model Results
basic_stats.RdReturn a data.frame containing summary statistics of
bpfit model. The summary statistics included are mean, median,
standard deviation, lower confidence interval, and upper confidence
interval.
Usage
basic_stats(
model,
exclude_vars = c("__$", "lprior"),
l_ci = 0.025,
u_ci = 0.975
)Arguments
- model
brms::brmsfit object
- exclude_vars
list of regular expressions to match what variables to exclude.
- l_ci
numericunit of the lower confidence interval- u_ci
numericunit of the upper confidence interval
Value
tibble::tibble() object.