LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page