quantile() — Quantiles

quantile(x)

Key idea

Definition

a fraction between 0 and 1
the value at that quantile
share of data at or below x

Where you'd use it

Frequently asked questions

What is a quantile?
The value at a given proportion: the 0.25 quantile is Q1, 0.5 is the median, 0.75 is Q3.