make_brms_mdl_smry_tbl: Make bayesian regression models model summary table

make_brms_mdl_smry_tblR Documentation

Make bayesian regression models model summary table

Description

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).

Usage

make_brms_mdl_smry_tbl(smry_mdl_ls, grp_1L_chr, popl_1L_chr, fam_1L_chr)

Arguments

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)

Value

Bayesian regression models model summary (a tibble)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.