make_predrs_for_best_mdls | R Documentation |
make_predrs_for_best_mdls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make predictors for best models. The function returns Predictors for best models (a character vector).
make_predrs_for_best_mdls(outp_smry_ls, old_nms_chr = NULL, new_nms_chr = NULL)
outp_smry_ls |
Output summary (a list) |
old_nms_chr |
Old names (a character vector), Default: NULL |
new_nms_chr |
New names (a character vector), Default: NULL |
Predictors for best models (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.