markwebb at afrihost.co.za
2010-Jun-09 10:49 UTC
[R] Sorting Association Rules on 2 criteria
I'm using library(arules) Once rules have been created one can inspect & sort them. Here is an example to sort on "support". I want to sort on "support" AND THEN "confidence" - Is this possible ? inspect (SORT(rules, by = "support")) Regards