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 (August 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Aug 2006 06:01:13 -0400
Reply-To:     Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Subject:      Re: a question about how to get the difference between data set
Comments: To: Minze Su <slhappyls@GMAIL.COM>
Content-Type: text/plain; charset=ISO-8859-1

Hi Minze,

What method or code do you use to kick those 9 out? You might use almost the same code to present their ID's. Can you possibly write them to a different dataset?

If all that is impossible you would have to compare the input and output datasets using PROC COMPARE.

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician, SAS consultant home.hccnet.nl/jim.groeneveld

On Thu, 17 Aug 2006 05:55:24 -0400, Minze Su <slhappyls@GMAIL.COM> wrote:

>Hi all, > > I have a data set having the following variables(id,v1,v2). After some >exploratory data analysis, I kick out 9 outliers. The old data set is >called ¡®OLD¡¯£¬and cleaned one is called 'NEW'. Now I want to know the id >of those 9 outliers. How can I do this? Thank you in advance! > >BR, > >Minze


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