Re: [R] weighted quantiles

2008-10-22 Thread Norbert NEUWIRTH
Dear Frank, Thank you for your usefull package Hmisc! I use it in my microsimulation project every day. But now a problem arose ... Having updated to R 2.8.0 (under windows XP) your library "Hmisc" isn't installed any more. Trying to reinstal I recognized, that it isn't even in the package

Re: [R] weighted quantiles

2008-10-07 Thread Brian S Cade
p <[EMAIL PROTECTED]> cc Subject [R] weighted quantiles 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 t

Re: [R] weighted quantiles

2008-10-07 Thread Frank E Harrell Jr
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) ?

[R] weighted quantiles

2008-10-07 Thread sj
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 [[alternative HTML ve