Description Usage Arguments Value
Often, a data transformation is necessary to achieve a symmetric, unimodal
distribution. A common approach is the Box-Cox transformation, which can be
performed by boxCox. While the Box-Cox transformation is
given in the car package, the inverse transformation is not.
This function takes care of that.
1  | inv_boxcox(y, lambda = 0)
 | 
y | 
 numeric vector  | 
lambda | 
 Box-Cox transformation parameter  | 
transformed numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.