Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: R: Date: Fri, 23 Sep 2011 16:11:35 -0000


From   "Carlo Lazzaro" <[email protected]>
To   <[email protected]>
Subject   st: R: Date: Fri, 23 Sep 2011 16:11:35 -0000
Date   Sat, 24 Sep 2011 11:36:25 +0200

Dear Gorge,
the following code might do what you are asking for:
----------------------------------------------------
set obs 10
g id=_n
g pts_code="Rome_1" in 1
replace pts_code="Rome_2" in 2
replace pts_code="Rome_3" in 3
replace pts_code="Rome_4" in 4
replace pts_code="Rome_5" in 5
replace pts_code="Milan_1" in 6
replace pts_code="Milan_2" in 7
replace pts_code="Milan_3" in 8
replace pts_code="Milan_4" in 9
replace pts_code="Milan_5" in 10
g cluster=1 in 1/5
replace cluster=2 in 6/10
----------------------------------------------------
Kindest Regards,
Carlo
-----Messaggio originale-----
Da: [email protected]
[mailto:[email protected]] Per conto di COMPAORE Georges
Inviato: venerdì 23 settembre 2011 18.12
A: [email protected]
Oggetto: st: Date: Fri, 23 Sep 2011 16:11:35 -0000

Hello Statalist users,

I need your help on the following issue:

I want to know how to transform a simple database (example: patients
database) to cluster database (example: Hospital database).

Georges


*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index