DYJtrans {depCensoring} | R Documentation |
Derivative of the Yeo-Johnson transformation function
Description
Evaluates the derivative of the Yeo-Johnson transformation at the provided argument.
Usage
DYJtrans(y, theta)
Arguments
y |
The argument to be supplied to the derivative of 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.7 Index]