bn2pam: gets the pam from a /bn/.

Description Usage Arguments Value Examples

Description

(bn) produces the pam object associated to the parentship of "bn"

Usage

1
bn2pam(bn, nv="n")

Arguments

bn

bn object.

nv

gives the level at which to proceed, 'n' for node level; 'v' for variable level.

Value

the dimnamed matrix of parentships

Examples

1
2
3
 rebastaba3k("RESET"); # needed when R is checking the examples
 bn2pam(rebastaba.bn3, "v");
 bn2pam(rebastaba.bn3, "n");

rebastaba documentation built on May 2, 2019, 5:24 p.m.

Related to bn2pam in rebastaba...