Inverse normal transformation
invnormal(x)
x
Data with missing values.
Transformed value.
x <- 1:10 z <- invnormal(x) plot(z,x,type="b")