Description Usage Arguments Details Value Examples
Calculate the (one-parameter) Box-Cox transformation of a vector (given lambda)
1 | boxcoxt(y, lambda = 0.1)
|
x |
The vector to be transformed (Box-Cox transformation). |
This is the one-parameter Box-Cox transformation. This function does not calculate the optimal lambda value. Using boxcox() in the MASS package is recommended for optimal lambda. The default value of lambda is 0.1 All the elements of the input vector should be positive for Box-Cox transformation.
A vector that is the Box-Cox transformation of x
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.