pow_manly {transx} | R Documentation |
The transformation was reported to be successful in transform unimodal skewed distribution into normal distribution, but is not quite useful for bimodal or U-shaped distribution.
pow_manly(x, lambda = NULL)
x |
Univariate vector, numeric or ts object with only one dimension. |
lambda |
Transformation exponent, |
Returns a vector with the same class and attributes as the input vector.
set.seed(123)
x <- runif(10)
pow_manly(x, 3)