Learn R Programming

rbmn (version 0.9-6)

body composition: 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)

Arguments

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

Examples

Run this code

# 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

Run the code above in your browser using DataLab