Last chance! 50% off unlimited learning
Sale ends in
seqfcheck(seqdata)
':'
,'-'
,'X'
or '-X'
.'-'
or ':'
separator. The function returns the separator if it has been found in the data. If the data contains more than one column, the data is supposed to be in the extended format, and 'X'
is returned, unless some state codes contain the '-'
character (e.g., states coded with negative integer values), in which case '-X'
is returned.R
with TraMineR
: A user's guide. Department of Econometrics and Laboratory of Demography, University of Geneva.seqconc
, seqdecomp
## The sequences in the actcal data set
## are in the extended format
data(actcal)
head(actcal[,13:24])
seqfcheck(actcal[,13:24])
## The sequences in the famform data set
## are in the compressed format
data(famform)
famform
seqfcheck(famform)
Run the code above in your browser using DataLab