[R] Partition into quantiles

David Barron mothsailor at googlemail.com
Thu Oct 5 15:19:09 CEST 2006


You might also want to look at the function quantcut in the gtools
package (part of the gregmisc bundle).



On 05/10/06, Alberto Monteiro <albmont at centroin.com.br> wrote:
> Is there any function that divides a sample into N quantiles?
>
> For example, for N = 2, this would be the solution:
>
> x <- rnorm(100)
> m <- median(x)
> q <- ifelse(x <= median, 1, 2)
>
> Alberto Monteiro
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>


-- 
=================================
David Barron
Said Business School
University of Oxford
Park End Street
Oxford OX1 1HP



More information about the R-help mailing list