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