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 (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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