sj wrote: > I have a set of values and their corresponding weights. I can use the > function weighted.mean to calculate the weighted mean, I would like to be > able to similarly calculate the weighted median and quantiles? Is there a > function in R that can do this? > > thanks, > > > Spencer library(Hmisc) ?wtd.quantile >