Skip to content
Prev 315782 / 398502 Next

Percentiles with R for a big data.frame

On 13-01-21 6:41 PM, Simonas Kecorius wrote:
You didn't define quantiles, so that won't work.  Assuming that's a 
typo, and you meant quantile...
There are lots of different formulas for empirical quantiles.  The ones 
available in R are described in the ?quantile help topic.  What formula 
does OpenOffice use?

Duncan Murdoch