seqeid | R Documentation |
Retrieve the unique ids from an event sequence object or from a list of event sequence object.
seqeid(eseq, s)
eseq |
An event sequence object (as created with |
s |
Deprecated. Use |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.