Percentile | R Documentation |
Computes percentiles.
Percentile(x)
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
x <- rnorm(100)
p <- Percentile(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.