R/calculate_quantiles.R
calculate_quantiles.Rd
Calculate all quantiles for an input vector
calculate_quantiles(y, quantiles = seq(0.01, 1, by = 0.01))
numeric vector of values
numeric
numeric vector of quantiles to calculate. Defaults to seq(0.01, 1, by = 0.01)
seq(0.01, 1, by = 0.01)
data.frame of results
data.frame
Trent Henderson