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