| action_seqs_summary {ProcData} | R Documentation | 
Summarize action sequences
Description
Summarize action sequences
Usage
action_seqs_summary(action_seqs)
Arguments
| action_seqs | a list of action sequences. | 
Value
a list containing the following objects:
| n_seq | the number of action sequences | 
| n_action | the number of distinct actions | 
| action | the action set | 
| seq_length | sequence lengths | 
| action_freq | action counts | 
| action_seqfreq | the number of sequences that each action appears | 
| trans_count | a  | 
See Also
time_seqs_summary for summarizing timestamp sequences.
[Package ProcData version 0.3.2 Index]