Description Usage Arguments Value Examples
For multimodal data, players might not fully observe other player's actions. This function takes such factor into account and return the adjacency matrix for the actions players can observe.
1 2 | hoo.horizon(data, Units, Conversation, Codes, dataModeCol, modeObserve,
usersCol, windowSize, referenceMode = unique(data[[dataModeCol]]))
|
data |
Multimodal data.frame or data.table |
Units |
A vector of Strings describing the Units for ENA model |
Conversation |
A vector of Strings describing the Conversations took place in ENA model |
Codes |
A vector of Strings entailing the big C Codes of interest for ENA analysis |
dataModeCol |
Name of the column where the types of multimodal data is stored |
modeObserve |
Modes of data where actions are observable to all players |
usersCol |
Name of the column entailing the unique user tracking info |
windowSize |
Size of the moving stanza window, for looking backwards (for whole conversation, input 1) |
referenceMode |
Modes of data that the reference line should be (default to all modes of data as in no restriction on the reference line) |
a data frame containing the adjacency vectors of each ENA Units within data
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.