Skip to content

ARULES --> Filtering Rules by RHS

2 messages · Markus Preisetanz, Seth Falcon

#
On 8 Feb 2006, Markus.Preisetanz at clientvela.com wrote:
I think there is a rhs() method you can use to get an itemMatrix
instance containing just the RHS.  Then one options might be something
like (untested):

isets <- LIST(items(rhs(foo)))

lapply(isets, function(x) grep("Artikelgruppe", isets))

oop, I just realized: do you mean RHS of the association rule or RHS
of the <foo>_<bar>?

hth,

+ seth