View source: R/inverse_normal.R
inverse.normal | R Documentation |
Performs the inverse normal transformation
inverse.normal(v)
v |
vector of values |
a vector of transformed vectors
Alessia Visconti
x <- rexp(100)
inverse.normal(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.