statar (version 0.4.0)

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), w = NULL, na.rm = FALSE)

Arguments

x
A vector
probs
A vector of probabilities
w
A weight vector
na.rm
Should missing values be returned?