<>
Also note Nick`s http://www.stata.com/support/faqs/stat/sampling.html
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von John Antonakis
Gesendet: Mittwoch, 17. Juni 2009 09:47
An: [email protected]
Betreff: st: Splitting panel in 3 groups: gen byte
Hi:
Martin recently helped with me with some code, to randomly split panel
data equally into two groups (which I then collapsed afterwards).
I am trying to understand the code regarding the split. My panel
identifier is "i".
I had:
gen random=runiform()
sort i random
by i: gen byte group=cond(_n<=_N/2,1,2)
So, how to I split into 3 groups or 4 groups? I am not sure what the
"gen byte" command does and how the numbers 2,1,2 relate to the command.
Thank you in advance,
John.
--
____________________________________________________
Prof. John Antonakis
Associate Dean Faculty of Business and Economics
University of Lausanne
Internef #618
CH-1015 Lausanne-Dorigny
Switzerland
Tel ++41 (0)21 692-3438
Fax ++41 (0)21 692-3305
Faculty page:
http://www.hec.unil.ch/people/jantonakis&cl=en
Personal page:
http://www.hec.unil.ch/jantonakis
____________________________________________________
*
* 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/