top of page

APPENDIX

Market Basket Analysis
Market Basket Analysis is a special case of Association Rules Mining. Using data mining techniques on transactional data leads to the generation of association rules and finding correlations between products in the records. The main concept of association rules is to examine all possible rules between items and turn them into ‘if-then’ statements.

R Code for Association Rules Mining
This contains the complete code for performing association rules mining.
Please reload
bottom of page