inv_boxcox: Inverse Box-Cox Transformation

Description Usage Arguments Value

View source: R/boxcox.r

Description

Often, a data transformation is necessary to achieve a symmetric, unimodal distribution. A common approach is the Box-Cox transformation, which can be performed by boxCox. While the Box-Cox transformation is given in the car package, the inverse transformation is not. This function takes care of that.

Usage

1
inv_boxcox(y, lambda = 0)

Arguments

y

numeric vector

lambda

Box-Cox transformation parameter

Value

transformed numeric vector


ramhiser/pocketknife documentation built on May 26, 2019, 10:11 p.m.