Description Usage Arguments Value Examples
View source: R/hoo.horizon.DT.R
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. Specifically, this function utilizes data.table structure and lapply() function in attempt to increase performance.
1 2 | hoo.horizon.DT(data, Units, Conversation, Codes, dataModeCol, modeObserve,
usersCol, windowSize)
|
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) |
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.