powered by
Retrieve the unique ids from an event sequence object or from a list of event sequence object.
seqeid(eseq, s)
An event sequence object (as created with seqecreate) or a list of event sequence objects
seqecreate
Deprecated. Use eseq instead.
eseq
Matthias Studer (with Gilbert Ritschard for the help page)
data(actcal.tse) actcal.eseq <- seqecreate(actcal.tse) sid <- seqeid(actcal.eseq) length(sid) head(sid)
Run the code above in your browser using DataLab