t.rank {multic} | R Documentation |
Transform a vector using the empirical normal quantile distribution (also called the van der Waerden normal scores).
t.rank(x)
x |
a numerical vector |
A numerical vector that are approximately normally distributed.
Lehman E.L. 1975. Nonparametrics: Statistical Methods Based On Ranks. Holden-Day, Inc., San Francisco, CA (page 97)
## Not run: stem(t.rank(1:100)) ## End(Not run)