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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to