Description Usage Arguments Value Examples
View source: R/hoo.ena.accumulate.data.R
For multimodal data, this function creates the correct rENA accumulated model that can be used to create rENA sets for analysis.
1 2 3 |
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) |
useDT |
Boolean parameter on whether to call hoo.horizon.DT() instead of hoo.horizon(). Default to FALSE |
referenceMode |
Modes of data that the reference line should be (default to all modes of data as in no restriction on the reference line). Note: if referenceMode differs from its default value, then useDT will automatically be reverted to FALSE |
... |
Additional arguments to pass along to rENA ena.accumulate.data method |
an environment containing all relevant ENA accumulated model information to build ENA set upon
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.