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 |
Value
TRUE
if dataset has bootstrap samples from imputed data.
See Also
[Package bnstruct version 1.0.15 Index]