Description Usage Arguments Details Value Examples
Box Cox transformation This function perform box cox transformation
1 |
y |
The vector to be transformed |
lambda1 |
The first parameter of the transformation in the range from -5 to 5 |
lambda2 |
The second parameter of the transformation, lambda2 is used for negative values of y. lambda2 must be greater than -y. |
na.omit |
whether or not to remove NAs, the default is FALSE |
This function calculates the box cox transformation of a vector
The Box_Cox
is used to transform non-normal dependent variables into a normal distribution
A vector that is the box cox transformation of y
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.