nbn2bnfit {rbmn} | R Documentation |
transforms a /nbn/ to a /bn.fit/ of /bnlearn/ package
Description
returns a bn.fit
object from a Gaussian nbn
object of
/rbmn/ package.
Usage
nbn2bnfit(nbn, onlydag=FALSE)
Arguments
nbn |
The object to be transformed. |
onlydag |
Indicates if only the DAG must be computed. In that case a /bn/ object of /bnlearn/ |
Value
The resulting bn.fit
(or bn
) object.
[Package rbmn version 0.9-6 Index]