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 18:12:43 +0200
Dear Gorge,
you are right. The example I sketched considers 10 patients (5 from an
hypothetical hospital in Rome and 5 from an hypothetical hospital in Milan)
and 2 clusters, ie the two hospitals.
HTH and Kindest Regards,
Carlo
-----Messaggio originale-----
Da: COMPAORE Georges [mailto:[email protected]]
Inviato: sabato 24 settembre 2011 13.00
A: [email protected]
Cc: 'Carlo Lazzaro'
Oggetto: RE: Date: Fri, 23 Sep 2011 16:11:35 -0000
Dear Carlo,
I need some clarification about your solution. Should I understand that in
your example there are 10 observations about patients and the number of
clusters is 2.
Best regards
-----Message d'origine-----
De : Carlo Lazzaro [mailto:[email protected]]
Envoyé : samedi 24 septembre 2011 09:36
À : [email protected]
Cc : 'COMPAORE Georges'
Objet : R: Date: Fri, 23 Sep 2011 16:11:35 -0000
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/