Re: [R] Randomly split a sample in two equal subsamples

2010-10-31 Thread yoan
Thanks, but I just don't know how to translate that to a dataset with rows and columns. Initially, I was thinking about something like that: # Create some data: a - c(10,20,15,43,76,41,25,46) b - factor(c(m, w, m, w, m, w, m, w)) c - c(2,5,8,3,6,1,5,6) number - c(1:8) myframe - data.frame(a,b,c,

Re: [R] Randomly split a sample in two equal subsamples

2010-10-31 Thread yoan
Thanks, it works! -- View this message in context: http://r.789695.n4.nabble.com/Randomly-split-a-sample-in-two-equal-subsamples-tp3021140p3021365.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Randomly split a sample in two equal subsamples

2010-10-31 Thread Yoan Mihov
in advance! Yoan __ 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.