weighted_quantile {FuzzyPovertyR}R Documentation

Calculating a weighted quantile.

Description

This function calculates a weighted quantile

Usage

weighted_quantile(x, w, p)

Arguments

x

a numeric vector representing a statistical variable

w

a numeric vector containing sampling weights

p

the order of quantile

Value

a weighted quantile


[Package FuzzyPovertyR version 2.0.1 Index]