weighted.quantile: weighted quantile

View source: R/describers.R

weighted.quantileR Documentation

weighted quantile

Description

Compute weighted quantiles

Usage

weighted.quantile(x, probs = seq(0, 1, 0.25), w = NULL)

Arguments

x

numeric vector whose sample quantiles are wanted

probs

numeric vector of probabilities with values in [0,1]

w

a numerical vector of weights the same length as 'x' giving the weights to use for elements of 'x'


renlund/descripteur documentation built on July 5, 2025, 6:35 a.m.