weighted.quantile: Weighted quantiles

Description Usage Arguments

View source: R/analysis_tools.R

Description

Weighted quantiles

Usage

1
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 March 29, 2021, 5:07 p.m.

Related to weighted.quantile in drf...