Description Usage Arguments Value
View source: R/TransformationPrerequisites.R
Takes in a vector and transforms it using a Yeo-Johnson Power Trasformation
1 | yeoJohnsonVGAM(one.col, returnLambda = FALSE)
|
one.col |
Any numeric vector that needs to be transformed |
returnLambda |
A boolean value which returns the optimal lambda value for a vector when se to TRUE |
Returns the optimal lambda value for Yeo-Johnson transformation when "returnLambda" is set to TRUE and a Yeo-Johnson transformed vector otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.