Top "Arules" questions

arules is an R package, which provides the infrastructure for representing, manipulating and analyzing transaction data and patterns: frequent itemsets and association rules

R arules, mine only rules from specific column

I would like to mine specific rhs rules. There is an example in the documentation which demonstrates that this is …

r apriori arules
R error with inspect() function

my objective is to apply association rules for text mining. i have this sample of strings: sample.word = c("abstracting","…

r matrix text-mining arules