powered by
Computes percentiles.
Percentile(x)
numeric vector
A numeric vector of the same length as x with the percentile of each value of x.
Other utilities: Anomaly, JumpBy, Mag, logic
Anomaly
JumpBy
Mag
logic
# NOT RUN { x <- rnorm(100) p <- Percentile(x) # }
Run the code above in your browser using DataLab