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 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 19 Jun 2008 16:39:30 -0500
Reply-To:   Mary <mlhoward@avalon.net>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Mary <mlhoward@AVALON.NET>
Subject:   Re: Comparing across respondents
Content-Type:   text/plain; charset="iso-8859-1"

Note- one application of this code would be to check a group of duplicate rows to see if they have unequal values (you'd have to assign each one a unique id first, then subset the data for that group); if they do, then the "CompareDifferences" ODS output could be used to identify where the differences are. We had a question not too long ago about comparing multiple rows with the same patient-visit to see if they are the same; this application would be appropriate for that (and I've got my own data like that, too, which are multiple lab tests on the same blood sample repeated at different times).

It could also be used for inter-rater reliability.

-Mary


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