View source: R/f08.crossed.code.r
arcs4nbn1nbn | R Documentation |
Returns a list of matrices with two columns (as needed by
estimate8constrainednbn
) indicating corresponding arcs for
each arcs/nodes of nbn1
(or nbn2
) of the crossed /nbn/
obtained when crossing /nbn1/ and /nbn2/ with node names given by
nona
.
arcs4nbn1nbn(nbn1, nbn2, type="a1", nona=as.vector(outer(names(nbn1),
names(nbn2), paste, sep="_")))
nbn1 |
The first generating /nbn/. |
nbn2 |
The second generating /nbn/. |
type |
Must be |
nona |
The node names to give to the crossed /nbn/, the nodes
of the |
The resulting named (after node names) list of matrices.
print(arcs4nbn1nbn(rbmn0nbn.01, rbmn0nbn.04));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.