View source: R/summary-basic-stats.R
basic_stats | R Documentation |
Return 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.
basic_stats(
model,
exclude_vars = c("__$", "lprior"),
l_ci = 0.025,
u_ci = 0.975
)
model |
brms::brmsfit object |
exclude_vars |
list of regular expressions to match what variables to exclude. |
l_ci |
|
u_ci |
|
tibble::tibble()
object.
## Not run:
BayesPharma::basic_stats(
model = my_sigmoid_model,
l_ci = 0.025,
u_ci = 0.975)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.