degree.bn.fit: Calculates the degree of a list of nodes

View source: R/bnlearn_compat.R

degree.bn.fitR Documentation

Calculates the degree of a list of nodes

Description

#' Generic method for calculating the degree of a list of nodes in a "bn.fit" S3 object. Calls bnlearn's degree underneath.

Usage

## S3 method for class 'bn.fit'
degree(object, Nodes, ...)

Arguments

object

a "dbn" object

Nodes

which nodes to check

...

additional parameters

Value

the degree of the nodes


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.