make_prefd_mdls_vec() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make preferred models vector. The function returns Preferred models (a character vector).
Usage
make_prefd_mdls_vec(
smry_of_sngl_predr_mdls_tb,
choose_from_pfx_chr = c("BET", "GLM", "OLS"),
mdl_types_lup = NULL
)