seqifpos {seqhandbook} | R Documentation |
First position in each state
Description
Returns the first position in each state.
Usage
seqifpos(seqdata)
Arguments
seqdata |
a sequence object (see |
Author(s)
Nicolas Robette
References
Gabadinho, A., G. Ritschard, N. S. Müller and M. Studer (2011). Analyzing and Visualizing State Sequences in R with TraMineR. Journal of Statistical Software 40(4), 1-37.
See Also
Examples
data(trajact)
seqact <- seqdef(trajact)
stat <- seqifpos(seqact)
head(stat)
[Package seqhandbook version 0.1.1 Index]