Calculate independent variable ordering based on multiple category values
calculate_indep_sum_value_order(
data,
category_values,
indep_col,
descend_indep = FALSE
)Numeric vector of ordering values
Dataset
Vector of category values to sum
Name of the independent variable column
Logical indicating if sorting should be descending