has.imputed.boots {bnstruct}R Documentation

check whether a BNDataset has bootstrap samples from imputed data or not.

Description

Return TRUE if the given dataset contains samples for bootstrap from inputed dataset, FALSE otherwise.

Usage

has.imputed.boots(x)

## S4 method for signature 'BNDataset'
has.imputed.boots(x)

Arguments

x

a BNDataset object.

Value

TRUE if dataset has bootstrap samples from imputed data.

See Also

has.boots, boots, imp.boots


[Package bnstruct version 1.0.15 Index]