seqstatl {TraMineR} | R Documentation |
List of distinct states or events (alphabet) in a sequence data set.
Description
Returns a list containing distinct states or events found in a data frame or matrix containing sequence data, the alphabet.
Usage
seqstatl(data, var=NULL, format='STS')
Arguments
data |
a data frame, matrix, or character string vector containing sequence data (tibble will be converted with |
var |
the list of columns containing the sequences. Default |
.
format |
the format of the sequence data set. One of |
Author(s)
Alexis Gabadinho
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.
Gabadinho, A., G. Ritschard, M. Studer and N. S. Müller (2009). Mining Sequence Data in
R
with the TraMineR
package: A user's guide. Department of Econometrics and
Laboratory of Demography, University of Geneva.
See Also
Examples
data(actcal)
seqstatl(actcal,13:24)