min_max: Apply min-max transformation
Description
Apply min-max transformation
Usage
min_max(data, variable.to.minmax, local = FALSE, group.var)
Value
tibble with minmax transformed applied
Arguments
- data
tibble that contains cases, groups
- variable.to.minmax
the variable that we want to tranform using the min-max transformation
- local
TRUE if you need to apply local minmax transformation
- group.var
variables that you need to create group-wise