Hi, I'm new to R and trying to some simple analysis. I have a data set with about 88000 transactions and i want to perform a simple support count analysis of an itemset which is say not a complete transaction but a subset of a transaction. say
{A,B,D} is a transaction and i want to find support of {A,B} even though it never occurs as only A,B in the entire set To this i needed to create a new itemsets class and then use the support function but somehow the answers never seem to tally. Thanks in advance Srinivas -- View this message in context: http://r.789695.n4.nabble.com/Support-Counting-tp3424730p3424730.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.