boxcox: boxcox transformation and evaluation

Description Usage Arguments Value See Also

View source: R/box_cox_transformation.R

Description

boxcox transformation and evaluation

Usage

1
boxcox(x = x, lambda = NULL, plot = F, ks.test = F, ...)

Arguments

x

vector

lambda

(Optional) lambda, if NULL, lambda is optimized

plot

(Optional) Logical, plot qqplots

ks.test

(Optional) Logical, kolmogorov-smirnov test

...

additional arguments fo lambda.box

Value

Compute the box-cox transformation based of a vector. Plot and ks.test argument can be set to TRUE to asses the normality of the new vector

See Also

lambda.box


dangulod/ECTools documentation built on May 4, 2019, 3:19 p.m.