| 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:
-
Athe age in years -
Hthe height in cm -
Wthe weight in kg -
Cthe waist circumference in cm -
TFthe trunk fat in kg -
LFthe leg fat in kg -
AFthe arm fat in kg -
TLthe trunk lean in kg -
LLthe leg lean in kg -
ALthe arm lean in kg -
TBthe trunk bone in kg -
LBthe leg bone in kg -
ABthe arm bone in kg
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