normalr (version 1.0.0)

normaliseData: Apply normalisation on a data frame using specific Lambda value

Description

Apply normalisation on a data frame using specific Lambda value

Usage

normaliseData(dat, lambdas)

Arguments

dat

a data frame containing the variables.

lambdas

a numeric vector from the boxcox function

Value

a data frame

Examples

Run this code
# 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