Learn R Programming

bnstruct (version 1.0.15)

sample.dataset: sample a BNDataset from a network of an inference engine.

Description

sample a BNDataset from a network of an inference engine.

Usage

sample.dataset(x, n = 100, mar = 0)

# S4 method for BN sample.dataset(x, n = 100, mar = 0)

# S4 method for InferenceEngine sample.dataset(x, n = 100)

Value

a BNDataset

Arguments

x

a BN or InferenceEngine object.

n

number of items to sample.

mar

fraction [0,1] of missing values in the sampled dataset (missing at random), default value is 0 (no missing values).