performReverseTransformation {PhenStat} | R Documentation |
Reverse back the transformed values according to the lambda value: exponential transformation if the lambda is 0, fractional power transformation otherwise
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
PhenStat:::performReverseTransformation(c(-5.7312462,1.3166139,-0.8921497),-0.7,0)