[R] info about R arulesSequences
Yasir
kaheil at gmail.com
Wed Jul 11 20:47:37 CEST 2012
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++) {
if ((k = INTEGER(sx)[i]) < l)
error("'sid' invalid");
-----
Yasir Kaheil
--
View this message in context: http://r.789695.n4.nabble.com/info-about-R-arulesSequences-tp4635949p4636161.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list