Examples and resources on association rule mining with R

[This article was first published on RDataMining, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

by Yanchang Zhao, RDataMining.com

The technique of association rules is widely used for retail basket analysis, as well as in other applications to find assocations between itemsets and between sets of attribute-value pairs. It can also be used for classification by using rules with class labels on the right-hand side. It is even used for outlier detection with rules indicating infrequent/abnormal association.

Below are some free online resources on association rule mining with R and also documents on the basic theory behind the technique.

1. My R example and document on association rule mining, redundancy removal and rule interpretation
http://www.rdatamining.com/examples/association-rules
– Chapter 9 Association Rules in book “R and Data Mining: Examples and Studies”
http://www.rdatamining.com/docs/RDataMining.pdf

2. Vignettes for mining and visualizing association rules
– Introduction to arules: A computational environment for mining association rules and frequent item sets
http://cran.csiro.au/web/packages/arules/vignettes/arules.pdf
– Visualizing Association Rules: Introduction to arulesViz
http://cran.csiro.au/web/packages/arulesViz/vignettes/arulesViz.pdf

3. Some R implementations of association rule algorithms:
– “Data Mining Algorithms In R: Frequent Pattern Mining” at
http://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R/Frequent_Pattern_Mining

4. Lecture Notes (slides in PDF) on the theory of association rules
http://www-users.cs.umn.edu/~kumar/dmbook/dmslides/chap6_basic_association_analysis.pdf
http://www-users.cs.umn.edu/~kumar/dmbook/dmslides/chap7_extended_association_analysis.pdf

5. A book chapter on Association Rules
http://www-users.cs.umn.edu/~kumar/dmbook/ch6.pdf

6. A comparison of over 20 interestingness measures for association rules:
– “Selecting the right objective measure for association analysis”
http://www.cse.msu.edu/~ptan/papers/IS.pdf

7. A collection of links to online resources on data mining (and R), not limitted to association rules:
http://www.rdatamining.com/resources/onlinedocs


To leave a comment for the author, please follow the link and comment on their blog: RDataMining.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)