make_brms_mdl_smry_tbl | R Documentation |
make_brms_mdl_smry_tbl() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make bayesian regression models model summary table. The function returns Bayesian regression models model summary (a tibble).
make_brms_mdl_smry_tbl(smry_mdl_ls, grp_1L_chr, popl_1L_chr, fam_1L_chr)
smry_mdl_ls |
Summary (a list of models) |
grp_1L_chr |
Group (a character vector of length one) |
popl_1L_chr |
Population (a character vector of length one) |
fam_1L_chr |
Family (a character vector of length one) |
Bayesian regression models model summary (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.