seqhandbook (version 0.1.0)

seqi1epi: At least one episode in the states

Description

Returns whether each sequence comprises at least one episode in the states.

Usage

seqi1epi(seqdata)

Arguments

seqdata

a sequence object (see seqdef function).

Author

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

seqistatd, seqinepi, seqifpos

Examples

Run this code
data(trajact)
seqact <- seqdef(trajact)
stat <- seqi1epi(seqact)
head(stat)

Run the code above in your browser using DataCamp Workspace