Description Usage Arguments Value Author(s) Examples
Reverse back the transformed values according to the lambda value: exponential transformation if the lambda is 0, fractional power transformation otherwise
1 | performReverseTransformation(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 back to original scale.
Natalja Kurbatova
1 | PhenStat:::performReverseTransformation(c(-5.7312462,1.3166139,-0.8921497),-0.7,0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.