normalise {normalr} | R Documentation |
Apply normalisation on a numeric vector using a specific Lambda value
normalise(x, lambda = 3)
x |
a numeric vector to be normalised. |
lambda |
a numeric vector from the boxcox function |
a numeric vector
x <- c(1, 5, 9, 9, 9, 9, 10, 10, 10, 11, 11, 12)
normalise(x, lambda = 3)