invnormal | R Documentation |
Inverse normal transformation
invnormal(x)
x |
Data with missing values. |
Transformed value.
x <- 1:10
z <- invnormal(x)
plot(z,x,type="b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.