weighted.quantile {MultBiplotR} | R Documentation |
Weighted quantiles
weighted.quantile(x, w, q = 0.5)
x |
The numerical variable. |
w |
Weights |
q |
Quantile |
The quantile
Jose Luis Vicente Villardon
##---- Should be DIRECTLY executable !! ----