preference_order_collinear {collinear} | R Documentation |
Preference Order Argument in collinear()
Description
Internal function to manage the argument preference_order
in collinear()
.
Usage
preference_order_collinear(
df = NULL,
response = NULL,
predictors = NULL,
preference_order = NULL,
f = NULL,
quiet = FALSE
)
Arguments
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 |
Value
character vector or NULL
See Also
Other preference_order_tools:
f_auto()
,
f_auto_rules()
,
f_functions()