Learn R Programming

codecountR (version 0.0.4.8)

BoxAndCox: BoxAndCox

Description

BoxAndCox

Usage

BoxAndCox(rawVect, minLambda)

Value

a list

Arguments

rawVect

a vector

minLambda

a number

Examples

Run this code
vec=rlnorm(100, log(3), log(3))
BandC=BoxAndCox(vec, -3)
BandC
BAC=unlist(BandC$par)
BAC
rawVectBCFinal=unlist(subCalcBoxAndCox(vec, BandC$par))

Run the code above in your browser using DataLab