On Wed, Jun 18, 2008 at 9:20 AM, Ana Kolar <[EMAIL PROTECTED]> wrote: > My data.frame table consist of 3 variables (x,y and z) where each variable > has 1000 units. I need to create 5 equal size strata according to one of the > variable (let's say x) whereas units of x variable with a higher value have > higher probability to be selected in a strata with a higher number (max > strata number is 5).
Could you be a little more precise about the desired distribution within the slices? For example, one way to solve your problem as specified would be to sort the data frame by x, and chop the data frame into five equal pieces. Would that be a valid solution to your problem? Hadley -- http://had.co.nz/ ______________________________________________ R-help@r-project.org 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.