reorder_cndt_predrs_chr | R Documentation |
reorder_cndt_predrs_chr() is a Reorder function that reorders an object to conform to a pre-specified schema. Specifically, this function implements an algorithm to reorder candidate predictors character vector. The function is called for its side effects and does not return a value.
reorder_cndt_predrs_chr(
candidate_predrs_chr,
data_tb,
depnt_var_nm_1L_chr = "utl_total_w",
method_1L_chr = "pearson"
)
candidate_predrs_chr |
Candidate predictors (a character vector) |
data_tb |
Data (a tibble) |
depnt_var_nm_1L_chr |
Dependent variable name (a character vector of length one), Default: 'utl_total_w' |
method_1L_chr |
Method (a character vector of length one), Default: 'pearson' |
Reordered candidate (predictors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.