seqi1epi {seqhandbook}R Documentation

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(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

seqistatd, seqinepi, seqifpos

Examples

data(trajact)
seqact <- seqdef(trajact)
stat <- seqi1epi(seqact)
head(stat)

[Package seqhandbook version 0.1.1 Index]