nodes.dbn.fit {dbnR}R Documentation

Returns a list with the names of the nodes of a BN or a DBN

Description

Generic method for obtaining the names of the nodes in "dbn.fit" S3 object. Calls bnlearn's nodes underneath.

Usage

## S3 method for class 'dbn.fit'
nodes(object, ...)

Arguments

object

a "dbn.fit" object

...

additional parameters

Value

the names of the nodes


[Package dbnR version 0.7.9 Index]