Wouter wrote: > Hi list, > > I'm looking for a way to calculate quantiles (such as in quantile()), but > with the ability to assign a different weight to each member of the sample > vector. > > It is possible to write it out completely, but maybe there is a dedicated > function out somewhere... > > cheers > > Wouter
See ?wtd.quantile in package Hmisc. --sundar ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
