Learn R Programming

rbmn (version 0.9-6)

gema2nbn: computes a /nbn/ from a /gema/

Description

from a /gema/ object defining a normal Bayesian network, computes more standard /nbn/ where each node is defined from its parents.

Usage

gema2nbn(gema)

Value

the corresponding /nbn/.

Arguments

gema

Initial gema object.

Details

using general formulae rather a sequential algorithm as done in the original gema2nbn implementation.

Examples

Run this code
 print8nbn(gema2nbn(rbmn0gema.02));

Run the code above in your browser using DataLab