Summarize action sequences
action_seqs_summary(action_seqs)a list of action sequences.
a list containing the following objects:
the number of action sequences
the number of distinct actions
the action set
sequence lengths
action counts
the number of sequences that each action appears
a length(action) by length(action) matrix whose
element in the i-th row and j-th column is the counts of transition from
action[i] to action[j].
time_seqs_summary for summarizing timestamp sequences.