Re: [R] cspade error

2011-08-28 Thread J Reps
I have a vector with entries like "1,1,2,item1,item2" or "1,2,1,item1" that I save as "file_name.txt" and then is transformed into a transaction by calling: data_ex <- read_baskets("file_name.txt", sep=",", info= c("eventID","sequenceID","SIZE")) as the first first three parts of the entry corr

[R] cspade error

2011-08-28 Thread J Reps
Hi, I'm using the cspade function from the arulesSequences package on linux and keep getting the error: "Error in makebin(data, file) : 'sid' invalid" any information on how to solve this would be much appreciated. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/cspad