<>
Very good call! I recommend that Galina use this solution to get an exact
split...
HTH
Martin
_______________________
----- Original Message -----
From: "Glenn Goldsmith" <[email protected]>
To: <[email protected]>
Sent: Sunday, April 12, 2009 11:38 PM
Subject: RE: Re: st: random split
Hi,
If you want exactly 267 in the first group, won't the following achieve
this
exactly?
gen u = runiform()
sort u
gen split = _n <= 267
More generally (i.e. with _N!=800), you could use -ceil(_N/3)- or
-floor(_N/3)- to get 1/3, rounded up or down as desired.
HTH,
Glenn
"Martin Weiss" <[email protected]> wrote:
<>
"exactly a third of observations in the desired group"
How do you know that the split will be exact. Even leaving aside the
question whether ".33" is close enough to one third to warrant the
statement, the uniform number generator will still be noisy, i.e. the true
proportion will most likely be different from 1/3...
HTH
Martin
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/