srank {SNSchart} | R Documentation |
Get the sequential rank of observations (X
)
relative to previous observations (Y
).
srank(X, Y = NULL)
X |
vector. New observations to obtain the N¡normal scores. |
Y |
vector. If |
vector. Sequentil Ranks for the X
observations. If ties occurs, average of the ranks are used.
X <- c(30, 35, 45)
srank(X)