Learn R Programming

bnstruct (version 1.0.15)

child: load Child dataset.

Description

Wrapper for a loader for the Child raw dataset; also perform imputation.

Usage

child()

Arguments

Value

a BNDataset containing the Child dataset.

Details

The dataset has 5000 items, with random missing values (no latent variables). BNDataset object contains the raw dataset and imputed dataset, with k=10 (see impute for related explanation).

See Also

child_NA_5000

Examples

Run this code
dataset <- child()
print(dataset)

Run the code above in your browser using DataLab