rbn.dbn.fit {dbnR}R 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


[Package dbnR version 0.7.8 Index]