Transform quantiles output into a table
I have this code tapply(index_articles_migpunts$index_articles_ponderats2_migpunts, index_articles_migpunts$Tramspoblacio, quantile, probs=seq(.1,.9, by =.1)) which gives this output: $`1 – 999` 10% 20% 30% 40% 50% 60% 70% 80% 0.0000000 0.8333333 5.0000000 5.0000000 5.8333333 7.8666667 10.0000000 13.3500000 90% 17.1166667 $`1000 – 4999` 10% 20% 30% 40% 50% 60% 70% 80% 90% 5.833333 10.866667 13.300000 16.333333 17.479167 19.200000 20.687500 23.091667… Read More Transform quantiles output into a table