Re: [R] info about R arulesSequences

2012-07-11 Thread Jennifer Maldonado
thanks! 2012/7/11 Yasir > Your error comes from the source file makebin > it's because your sequence identifiers are not in ascending order: > > // check if the sequence and event/time > // identifiers are in ascending order and > // determine the number of sequences. > ns = l = h =

Re: [R] info about R arulesSequences

2012-07-11 Thread Yasir
Your error comes from the source file makebin it's because your sequence identifiers are not in ascending order: // check if the sequence and event/time // identifiers are in ascending order and // determine the number of sequences. ns = l = h = 0; for (i = 0; i < LENGTH(sx); i++

[R] info about R arulesSequences

2012-07-09 Thread Jennifer Maldonado
Hi all, I'm new with R, recently I began to use the package "arulesSequences" but the algorithm cspade give me this error: Error en makebin(data, file) : 'sid' invalid when I did executed this script, x = read_baskets("transactions.basket",sep=",",info=c( "eventID", "sequenceID","SIZE")) s <-