Date: Thu, 18 Mar 2010 04:42:16 +0200
Reply-To: nina <sas@MAILINATOR.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: nina <sas@MAILINATOR.COM>
Organization: A noiseless patient Spider
Subject: is this possible with proc kde
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
suppose there is a dataset like this where
data temp;
input type goodbad;
cards;
1 1
2 0
1 0
2 1
;;;
what if also a time element existed, for example hour from 8 to 24, could proc kde
present this data in a contour plot ?
of course the final dataset may contain thousands of records
|