seqstatl | R Documentation |
Returns a list containing distinct states or events found in a data frame or matrix containing sequence data, the alphabet.
seqstatl(data, var=NULL, format='STS')
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 |
Alexis Gabadinho
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.
seqformat
data(actcal)
seqstatl(actcal,13:24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.