boxcox_transfo | R Documentation |
Given a vector of parameters, apply the Box-Cox transformation.
boxcox_transfo(x, lambda = rep(1, length(x)))
x |
vector of arguments |
lambda |
vector of Box-Cox parameters |
a vector of the same length as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.