normaliseData {normalr} | R Documentation |
Apply normalisation on a data frame using specific Lambda value
normaliseData(dat, lambdas)
dat |
a data frame containing the variables. |
lambdas |
a numeric vector from the boxcox function |
a data frame
## Not run: normaliseData(mtcars, getLambda(mtcars, parallel = FALSE))
normaliseData(mtcars, getLambda(mtcars, parallel = FALSE))