Skip to content
Prev 316143 / 398503 Next

Percentiles with R for a big data.frame

On Jan 23, 2013, at 5:45 AM, Simonas Kecorius wrote:

            
Except for the fact that 'y.ts' is not a dataframe, so you are using a  
function that has different arguments than `aggregate.data.frame`.  
With the `ts` call you implicitly constructed  `ts(data.matrix(data),  
frequency=12)` and will be getting quantile estimates on groups of 12,  
which is not at all what you asked for in the first place.