min_max {denguedatahub} | R Documentation |
Apply min-max transformation
Description
Apply min-max transformation
Usage
min_max(data, variable.to.minmax, local = FALSE, group.var)
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 |
Value
tibble with minmax transformed applied
[Package denguedatahub version 1.0.4 Index]