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