residuals.dbn.fit: Returns the residuals from fitting a DBN

View source: R/bnlearn_compat.R

residuals.dbn.fitR Documentation

Returns the residuals from fitting a DBN

Description

Generic method for "dbn.fit" S3 objects. Calls bnlearn underneath.

Usage

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

Arguments

object

the fitted network

...

additional parameters

Value

the residuals of fitting the network


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