Re: [R] association rules in R

2004-08-15 Thread Tobias Sing
I think there is no R package for association rules yet. You might want to write a wrapper around one of the many freely available association rule miners instead, e.g. Christian Borgelt's nice implementation of the apriori algorithm: http://fuzzy.cs.uni-magdeburg.de/~borgelt/apriori.html HTH, T

Re: [R] association rules in R

2004-08-14 Thread Spencer Graves
What kind of association rules? Might %in% or is.element help? (PLEASE do read the posting guide! "http://www.R-project.org/posting-guide.html";. By following this guide, you may get the answer quicker than this list can respond, and if not, the exercise might help you formulate your qu

[R] association rules in R

2004-08-14 Thread Christoph Lehmann
Hi I am interested in data mining problems. Has anybody ever programmed and worked with association rules in R? I am very grateful for any hint. Best regards Christoph __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE