powered by
Apply normalisation on a data frame using specific Lambda value
normaliseData(dat, lambdas)
a data frame containing the variables.
a numeric vector from the boxcox function
a data frame
# NOT RUN { normaliseData(mtcars, getLambda(mtcars, parallel = FALSE)) # } # NOT RUN { normaliseData(mtcars, getLambda(mtcars, parallel = FALSE)) # }
Run the code above in your browser using DataLab