View source: R/preference_order_collinear.R
preference_order_collinear | R Documentation |
Internal function to manage the argument preference_order
in collinear()
.
preference_order_collinear(
df = NULL,
response = NULL,
predictors = NULL,
preference_order = NULL,
f = NULL,
quiet = FALSE
)
df |
(required; data frame, tibble, or sf) A data frame with responses and predictors. Default: NULL. |
response |
(optional; character string or vector) Name/s of response variable/s in |
predictors |
(optional; character vector) Names of the predictors to select from |
preference_order |
(optional; string, character vector, output of
. Default: "auto" |
f |
(optional: function) Function to compute preference order. If "auto" (default) or NULL, the output of
Default: NULL |
quiet |
(optional; logical) If FALSE, messages generated during the execution of the function are printed to the console Default: FALSE |
character vector or NULL
Other preference_order_tools:
f_auto()
,
f_auto_rules()
,
f_functions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.