powered by
Apply normalisation on a numeric vector using a specific Lambda value
normalise(x, lambda = 3)
a numeric vector to be normalised.
a numeric vector from the boxcox function
a numeric vector
# NOT RUN { x <- c(1, 5, 9, 9, 9, 9, 10, 10, 10, 11, 11, 12) normalise(x, lambda = 3) # }
Run the code above in your browser using DataLab