IYJtrans: Inverse Yeo-Johnson transformation function

View source: R/yeo-johnsonTransformation.R

IYJtransR Documentation

Inverse Yeo-Johnson transformation function

Description

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

Usage

IYJtrans(y, theta)

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].

Value

The transformed value of y.


depCensoring documentation built on April 4, 2025, 1:52 a.m.