raw.data<- {bnstruct}R Documentation

add raw data.

Description

Insert raw data in a BNDataset object.

Usage

raw.data(x) <- value

## S4 replacement method for signature 'BNDataset'
raw.data(x) <- value

Arguments

x

a BNDataset.

value

a matrix of integers containing a dataset.

See Also

has.raw.data, raw.data, read.dataset


[Package bnstruct version 1.0.15 Index]