Median of a probability distribution
## S3 method for class 'distribution' median(x, na.rm = FALSE, ...)
x |
The distribution(s). |
na.rm |
Unused, included for consistency with the generic function. |
... |
Additional arguments used by methods. |
Returns the median (50th percentile) of a probability distribution. This is
equivalent to quantile(x, p=0.5)
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.