Learn R Programming

radiant.data (version 0.8.1)

p25: 25th percentile

Description

25th percentile

Usage

p25(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

25th percentile

Examples

Run this code
# NOT RUN {
p25(rnorm(100))

# }

Run the code above in your browser using DataLab