normalr (version 1.0.0)

normalise: Apply normalisation on a numeric vector using a specific Lambda value

Description

Apply normalisation on a numeric vector using a specific Lambda value

Usage

normalise(x, lambda = 3)

Arguments

x

a numeric vector to be normalised.

lambda

a numeric vector from the boxcox function

Value

a numeric vector

Examples

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