TBD
ena(data, codes, units, conversation, metadata = NULL,
model = c("EndPoint", "AccumulatedTrajectory", "SeparateTrajectory"),
weight.by = "binary", window = c("MovingStanzaWindow",
"Conversation"), window.size.back = 1, window.size.forward = 0,
mask = NULL, include.meta = TRUE, groupCol = NULL, group1 = NULL,
group2 = NULL, showPlots = TRUE, ...)
A data frame
Column names of data by which codes will be identified
Column names of data by which units will be identified
Column names of data by which conversations will be identified
(optional) Column names of data identifying metadata to be associated with each unit in the data
A character, choices: EndPoint (or E), AccumulatedTrajectory (or A), or SeparateTrajectory (or S); default: EndPoint. Determines the ENA model to be constructed
(optional) A function to apply to values after accumulation
A character, choices are Conversation (or C), MovingStanzaWindow (MSW, MS); default MovingStanzaWindow. Determines how stanzas are constructed, which defines how co-occurrences are modeled
A positive integer, Inf, or character (INF or Infinite), default: 1. Determines, for each line in the data frame, the number of previous lines in a conversation to include in the stanza window, which defines how co-occurrences are modeled
(optional) A positive integer, Inf, or character (INF or Infinite), default: 0. Determines, for each line in the data frame, the number of subsequent lines in a conversation to include in the stanza window, which defines how co-occurrences are modeled
(optional) A binary matrix of size ncol(codes) x ncol(codes). 0s in the mask matrix row i column j indicates that co-occurrence will not be modeled between code i and code j
Locigal indicating if unit metadata should be attached to the resulting ENAdata object, default is TRUE
(optional) Column name of data that includes values you wish to group and plot units by. Default is to plot a mean network for all units.
(optional) Value of groupCol that you wish to group and plot units by
(optional) Value of groupCol that you wish to group and plot units by
Logical indicating if the function should show plots in the Viewer pane immediately after running. Default is TRUE
additional parameters addressed in inner function
ENAset
class object that can be further processed for analysis or plotting, The ENAplot
s requested.
TBD
ENAdata
, ena.make.set
, ena.accumulate.data
, ena.plot.group
, ena.plot.network
, ena.plot