make_sngl_mdl_smry_tb | R Documentation |
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).
make_sngl_mdl_smry_tb(
mdls_tb,
mdl_nm_1L_chr,
mdl_type_1L_chr,
add_mdl_nm_sfx_1L_lgl = T
)
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 |
New (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.