normaliseData {normalr}R Documentation

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

## Not run: normaliseData(mtcars, getLambda(mtcars, parallel = FALSE))
normaliseData(mtcars, getLambda(mtcars, parallel = FALSE))

[Package normalr version 1.0.0 Index]