boots<- {bnstruct}R Documentation

set list of bootstrap samples of a BNDataset.

Description

Add to a dataset a list of samples from raw data computed using bootstrap.

Usage

boots(x) <- value

## S4 replacement method for signature 'BNDataset'
boots(x) <- value

Arguments

x

a BNDataset object.

value

the list of bootstrap samples.


[Package bnstruct version 1.0.15 Index]