Description Usage Arguments Value Author(s) Examples
Transforms the given vector of values according to the lambda value: log transformation if the lambda is 0, power transformation otherwise
1 | performTransformation(values, lambda, scaleShift)
|
values |
vector of values to reverse |
lambda |
lambda value of Box-Cox transformation |
scaleShift |
sclae shift value of Box-Cox transformation |
Returns values transformed according to Box-Cox rules.
Natalja Kurbatova
1 | PhenStat:::performTransformation(c(0.1,38,0.5),-0.7,0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.