Description Usage Arguments Value
Take a learned Bayesian network structure (bnlearn object) and returns a data frame in which each row represents a pair of nodes conected in the network. This function is used to retrieve the arcs from the network.
1 | MakeArcSet(bn, data)
|
bn |
Bnlearn object Bayesian network |
data |
data.frame from which the Bayesian network structure is learned. |
arc_set a data.frame with two columns. First column shows the regulators, second column shows the targets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.