Last chance! 50% off unlimited learning
Sale ends in
Applies the rank based inverse normal transform (INT) to a numeric vector. INT is indicated for continuous outcomes. See the vignette for the definition of INT.
rankNormal(u, k = 3/8)
Numeric vector.
Offset. Defaults to (3/8), correspond to the Blom transform.
Numeric vector of rank normalized measurements.
# NOT RUN {
# Draw from chi-1 distribution
y = rchisq(n=1000,df=1);
# Rank normalize
z = RNOmni::rankNormal(y);
# Plot density of transformed measurement
plot(density(z));
# }
Run the code above in your browser using DataLab