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
|