weighted.quantile: Weighted quantiles

View source: R/analysis_tools.R

weighted.quantileR Documentation

Weighted quantiles

Description

Weighted quantiles

Usage

weighted.quantile(x, w, probs = seq(0, 1, 0.25), na.rm = TRUE)

Arguments

x

a vector of observations

w

a vector of weights

probs

the given probabilities for which we want to get quantiles

na.rm

should we remove missing values.


drf documentation built on Jan. 21, 2026, 9:06 a.m.

Related to weighted.quantile in drf...