Re: [R] Consequent sorting

2018-09-23 Thread Jeff Reichman
control = list(verbose=F)) rules.sorted <- sort(rules, by="lift") inspect(rules.sorted) -Original Message- From: R-help On Behalf Of Jeff Reichman Sent: Sunday, September 23, 2018 5:18 PM To: r-help@r-project.org Subject: [R] Consequent sorting r-help Forum I'm using t

[R] Consequent sorting

2018-09-23 Thread Jeff Reichman
r-help Forum I'm using the following code to sort the "right-hand side (rhs, consequent) of the rules output from the arules packages, which works. But what I'd really like is the ability to subset my rules where the rhs = "some item set" rules_info <- data.frame( LHS = labels(lhs(