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