
Quantile(x, weights = NULL, probs = seq(0, 1, 0.25), na.rm = FALSE, names = TRUE, type = 7)
x
should
be omitted.names
attribute. Set to FALSE
for speedup with many probs
.x
at probabilities probs
is returned. Unlike
quantile
, this returns an unnamed vector.
Median
Quantile(d.pizza$temperature, rep(c(1:3), length.out=nrow(d.pizza)))
Run the code above in your browser using DataLab