Hi,
I have R and MySQL at the backend. I have used dbGetQuery to get the rows I
want and put it in a data.frame rs2.
Now I want to use that data.frame to do market basket using apriori
it is giving me errors
Error in asMethod(object) : column(s) 1, 2 not logical or a factor.
Discretize the columns first

I tried to dicretize but did not work

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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