min_max {denguedatahub} | R Documentation |
Apply min-max transformation
min_max(data, variable.to.minmax, local = FALSE, group.var)
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 |
tibble with minmax transformed applied