body composition {rbmn}R Documentation

Body Composition Variables and Covariables

Description

Real-world data set extracted from the Nhanes data base comprising nine variables describing the body composition and five easy measurable covariables.

Usage

data(boco)

Format

The boco data set stored in variable boco comprises 100 individuals with the following variables:

Source

Centers for Disease Control and Prevention. The 1999-2004 dual energy X-ray absorptiometry (DXA) multiple imputation data files and technical documentation.
Available from: http://www.cdc.gov/nchs/about/major/nhanes/dxx/dxa.html (accessed on 13_07_03).

Examples


# load the data and build the correct network from the model string.
data(boco);
print(head(boco));
boco7dag <- "[H][W|H][TF|W;H]";
# to be finished

[Package rbmn version 0.9-6 Index]