Description Usage Arguments Value See Also Examples
Convert an object of class cibn
into an object of class graphNEL
.
1 | as.graphNEL(x, full=FALSE)
|
x |
An object of class |
full |
Logical value indicating whether the full DAG (i.e., augmented with latent causes and auxiliary nodes implied by the CID) should be considered. If |
An object of class graphNEL
.
new.cibn.
1 2 3 4 5 | data(bankrisk_code)
bankrisk_bn <- new.cibn(bankrisk_code)
#
G <- as.graphNEL(bankrisk_bn)
G
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.