minmax {liver} | R Documentation |
Min-Max normalization
Description
Performs Min-Max normalization of numerical variables.
Usage
minmax( x, columns = NULL, na.rm = FALSE )
Arguments
x |
a numerical |
columns |
which columns are going to tranfer for the cases that |
na.rm |
a logical value indicating whether NA values in |
Value
transformed version of x
.
Author(s)
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
See Also
Examples
x = c( 2.3, -1.4, 0, 3.45 )
minmax( x )
[Package liver version 1.15 Index]