| Date: | Thu, 20 Jun 2002 09:25:56 -0700 |
| Reply-To: | "Meg A." <napu1975@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Meg A." <napu1975@HOTMAIL.COM> |
| Organization: | http://groups.google.com/ |
| Subject: | combining data |
| Content-Type: | text/plain; charset=ISO-8859-1 |
Hello,
I have two data sets, one with all patients (n=56,000), and one is
just one row with several beta coefficient variables. I would like to
combine the two, and make is so all 56,000 have the variables, with
the same values repeated for each patient. When I combine, it only
give the first patient the values and makes the rest missing.
This is what I would like it to look like in the end
obs x y z a b c coef1 coef2 coef3 etc.
1 1 2 5 8 9 0 236 125 989
2 8 9 7 5 3 1 236 125 989
Any assitance would be much appreciated!
meg
|