Aaron wrote:
I want to randomly assign, with replacement, 200 industry SIC codes
to 10,000 firms. How can I do it in Stata?
--------------------------------------
I don't know what SIC codes are. In the solution below I assume that
they somehow can be numbered from 1 to 200.
The first three lines generate a small artificial dataset, just for the
demonstration. On the functions used, see:
. help uniform()
. help int()
clear
set obs 100
gen firm=_n
gen sic=int(200*uniform())+1
Hope this helps
Svend
________________________________________________________
Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C, Denmark
Phone, work: +45 8942 6090
Phone, home: +45 8693 7796
Fax: +45 8613 1580
E-mail: [email protected]
_________________________________________________________
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/