rbn.dbn.fit: Simulates random samples from a fitted DBN

View source: R/bnlearn_compat.R

rbn.dbn.fitR Documentation

Simulates random samples from a fitted DBN

Description

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

Usage

## S3 method for class 'dbn.fit'
rbn(x, n, ...)

Arguments

x

the fitted network

n

number of samples

...

additional parameters

Value

the sampled dataset


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