View source: R/transforms_numeric.R
boxcox | R Documentation |
Applies Box-Cox transformation with known lambda
boxcox(x, lambda = 0)
x |
Values to transform |
lambda |
Power parameter |
the transformed values.
boxcox(c(1,2,3))
boxcox(1:3, lambda=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.