boco: Body Composition Variables and Covariables

body compositionR 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:

  • A the age in years

  • H the height in cm

  • W the weight in kg

  • C the waist circumference in cm

  • TF the trunk fat in kg

  • LF the leg fat in kg

  • AF the arm fat in kg

  • TL the trunk lean in kg

  • LL the leg lean in kg

  • AL the arm lean in kg

  • TB the trunk bone in kg

  • LB the leg bone in kg

  • AB the 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

rbmn documentation built on July 9, 2023, 6:37 p.m.