Rdocumentation
powered by
Learn R Programming
EDISON (version 1.1.1)
addProposalNetworkInfo: Add the proposed new network to the new.nets list.
Description
Updates the network.info data structure so that it stays consistent.
Usage
addProposalNetworkInfo(network.info, newS, E)
Arguments
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).
Value
Updated network.info data structure, with new network added to new.nets.