get_predrs_by_ctg | R Documentation |
get_predrs_by_ctg() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get predictors by category. Function argument results_ls specifies the where to look for the required object. The function returns Predictors by category (a list).
get_predrs_by_ctg(
results_ls,
long_desc_1L_lgl = F,
transform_1L_lgl = F,
collapse_1L_lgl = F
)
results_ls |
Results (a list) |
long_desc_1L_lgl |
Long description (a logical vector of length one), Default: F |
transform_1L_lgl |
Transform (a logical vector of length one), Default: F |
collapse_1L_lgl |
Collapse (a logical vector of length one), Default: F |
Predictors by category (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.