YJtrans {depCensoring} | R Documentation |
Yeo-Johnson transformation function
Description
Computes the Yeo-Johnson transformation of the provided argument.
Usage
YJtrans(y, theta)
Arguments
y |
The argument to be supplied to the Yeo-Johnson transformation. |
theta |
The parameter of the Yeo-Johnson transformation. This should be a number in the range [0,2]. |
Value
The transformed value of y.
[Package depCensoring version 0.1.5 Index]