TraMineR (version 2.2-0.1)

seqeid: Retrieve unique ids from an event sequence object.

Description

Retrieve the unique ids from an event sequence object or from a list of event sequence object.

Usage

seqeid(eseq, s)

Arguments

eseq

An event sequence object (as created with seqecreate) or a list of event sequence objects

s

Deprecated. Use eseq instead.

Examples

Run this code
# NOT RUN {
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