r - TraMineR Sorting Index plots -
i need advice on how sort sequence indexplot state. in other words, instead of having individual sequence stocked on each other frequent, see sequences start (beginning of sequence) state @ bottom of plot.
is possible?
here example of syntax:
seqiplot(emsmi.seq, border = na, group = emsmi$ race, sortv = dist.mostfreq)
yes is. can set sortv argument "from.start" or "from.end".
seqiplot(emsmi.seq, border = na, group = emsmi$ race, sortv = "from.start")
hope helps.
Comments
Post a Comment