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 (July 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 24 Jul 2009 15:26:05 -0400
Reply-To:     Chaim Singal <lifestat@013.NET.IL>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Chaim Singal <lifestat@013.NET.IL>
Subject:      Supervised Association Rule code using only SAS/BASE ,SAS/STAT

Hi All,

I am searching for a SAS program / macro that can generate rules using a supervised association rule algorithm containing continues data using only SAS/BASE SAS/STAT. ( I don't have the SAS miner )

the type of rules i am searching for are if ( 13 <=- x1 <= 32 ) and ( 123 <= x13 <= 456 ) and gender='M' then target=1 ( support = 120 , confidence =80%)

Any other association rule algorithms in SAS will be appreciated

Chaim lifestat@013.net.il


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