Learn R Programming

depCensoring (version 0.1.7)

IYJtrans: Inverse Yeo-Johnson transformation function

Description

Computes the inverse Yeo-Johnson transformation of the provided argument.

Usage

IYJtrans(y, theta)

Value

The transformed value of y.

Arguments

y

The argument to be supplied to the inverse Yeo-Johnson transformation.

theta

The parameter of the inverted Yeo-Johnson transformation. This should be a number in the range [0,2].