Perhaps this is a veru dull question, but I did my research on it and couldn't find an answer.
I want to plot my event sequences in the same way we plot sequences of states using seqIplot
, seqfplot
, seqdplot
and seqmtplot
. seqplot
in general.
when I try to do so I get the message :
Error: data is not a sequence object, use seqdef function to create one
Leading me to believe that those functions only apply to sequence of states.
In the user's guide section 10 on they only give examples of plots of subsequences. But those are not quite the same.
1) Is there a way to generate the mentioned plots for event sequences ? in which the states would be the transitions.
Also when I try to compute a distance matrix I get a similar error:
Error: [!] data is not a state sequence object, use 'seqdef' function to create one
2) Isn't it possible to compute distance matrices and then apply clustering methods to event sequences ?
thanks !
See Question&Answers more detail:os