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 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].

See Also

time_seqs_summary for summarizing timestamp sequences.


[Package ProcData version 0.3.2 Index]