PositionLevel {ceg} | R Documentation |
PositionLevel
Description
This function obtains the position structure associated with a particular variable of a CEG.
Usage
PositionLevel(stage.list, num.category, num.situation.next,
pos.next.level = list())
Arguments
stage.list |
(list) - stage structure associated with a particular variable. |
num.category |
(vector) - number of edges that unfolds from each position asscoiated with our target variable |
num.situation.next |
(numeric) - number of situations associated with the variable that follows our target variable in the event tree. |
pos.next.level |
(list) - position structure associated with the variable that follows our target variable in the event tree (see function PositionLevel) |
Value
list of lists - The first list level identifies a stage 'i' and the second list level identifies the positions associated with this stage 'i'.
See Also
PositionVector
, PositionStage
and
PairwisePosition
[Package ceg version 0.1.0 Index]