rz_transform | R Documentation |
Rank Z normalize data in a vector. We rank the data in x, divide by n-1, and return the quantiles of the normal distribution using qnorm. This transformation is also called an inverse normal transformation.
rz_transform(x, jitter = FALSE)
x |
data |
jitter |
boolean, default is FALSE. |
Returns a numeric vector with a normal distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.