make_brms_mdl_print_ls: Make bayesian regression models model print list

make_brms_mdl_print_lsR Documentation

Make bayesian regression models model print list

Description

make_brms_mdl_print_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make bayesian regression models model print list. The function returns Bayesian regression models model print (a list).

Usage

make_brms_mdl_print_ls(
  mdl_ls,
  label_stub_1L_chr,
  caption_1L_chr,
  output_type_1L_chr = "PDF",
  digits_1L_dbl = 2,
  big_mark_1L_chr = " "
)

Arguments

mdl_ls

Model list (a list of models)

label_stub_1L_chr

Label stub (a character vector of length one)

caption_1L_chr

Caption (a character vector of length one)

output_type_1L_chr

Output type (a character vector of length one), Default: 'PDF'

digits_1L_dbl

Digits (a double vector of length one), Default: 2

big_mark_1L_chr

Big mark (a character vector of length one), Default: ' '

Value

Bayesian regression models model print (a list)


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