Re: [R] R related issue

2016-03-10 Thread Nordlund, Dan (DSHS/RDA)
herjee > Sent: Thursday, March 10, 2016 8:54 AM > To: r-help@r-project.org > Subject: [R] R related issue > > 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.fr

[R] R related issue

2016-03-10 Thread Santanu Mukherjee
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