addProposalNetworkInfo {EDISON} | R Documentation |
Updates the network.info data structure so that it stays consistent.
addProposalNetworkInfo(network.info, newS, E)
network.info |
Data structure containing the current network. |
newS |
Proposed new network for this target, a num.local.segs by num.parents matrix. |
E |
The current vector of local segments for this target (only used to check for consistency with the network.info change points). |
Updated network.info data structure, with new network added to new.nets.
Frank Dondelinger