I'm using the R packages TraMineR to compute and analyze the event state sequences. My alphabet consists of 7 states: however, some individuals do not experience any transition along the 84 months considered, staying always in the same state. The event state sequences for these cases are, for example:
[1] (full_time)-84
[2] (part_time)-84
If one of those sequences is at the same time one of the most frequent, how is it represented by the command seqpcplot? It is simply ignored because no transition appears along the sequence and the plots show only the most frequent trajectories of those who change state?
Thank you very much.