Learn R Programming

codecountR (version 0.0.4.8)

subCalcBoxAndCox: subCalcBoxAndCox

Description

subCalcBoxAndCox

Usage

subCalcBoxAndCox(sortedVect, actualLambda)

Value

a vector

Arguments

sortedVect

a vector

actualLambda

a number

Examples

Run this code
vec=rlnorm(100, log(3), log(3))
BandC=subCalcBoxAndCox(vec, -3)

Run the code above in your browser using DataLab