make_sngl_mdl_smry_tb: Make single model summary tibble

make_sngl_mdl_smry_tbR Documentation

Make single model summary tibble

Description

make_sngl_mdl_smry_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make single model summary tibble. The function returns New (a tibble).

Usage

make_sngl_mdl_smry_tb(
  mdls_tb,
  mdl_nm_1L_chr,
  mdl_type_1L_chr,
  add_mdl_nm_sfx_1L_lgl = T
)

Arguments

mdls_tb

Models (a tibble)

mdl_nm_1L_chr

Model name (a character vector of length one)

mdl_type_1L_chr

Model type (a character vector of length one)

add_mdl_nm_sfx_1L_lgl

Add model name suffix (a logical vector of length one), Default: T

Value

New (a tibble)


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