pctile: Weighted quantile of type 2 (similar to Stata _pctile)
Description
Weighted quantile of type 2 (similar to Stata _pctile)
Usage
pctile(x, probs = c(0.25, 0.5, 0.75), wt = NULL, na.rm = FALSE)
Arguments
- x
A vector
- probs
A vector of probabilities
- wt
A weight vector
- na.rm
Should missing values be returned?