Rdocumentation
powered by
Learn R Programming
radiant.data (version 0.6.0)
p10: 10th percentile
Description
10th percentile
Usage
p10(x, na.rm = TRUE)
Arguments
x
Input variable
na.rm
If TRUE missing values are removed before calculation
Value
10th percentile
Examples
Run this code
p10(rnorm(
100
))
Run the code above in your browser using
DataLab