bodyfat {SIN}R Documentation

Body Fat

Description

Data consists of estimates of the percentage of body fat determined by underwater weighing and various body circumference measurements for 252 men. The 15 variables are:

Usage

data(bodyfat)

Format

A list providing a summary of the data. The list contains:

bodyfat$means : the mean vector,
bodyfat$stddev : the vector of standard deviations,
bodyfat$corr : the correlation matrix, and
bodyfat$n : the sample size.

Source

The data set is available online at StatLib—Datasets Archive
http://lib.stat.cmu.edu/datasets/bodyfat .

Examples

data(bodyfat)
bodyfat$means
bodyfat$stddev
bodyfat$corr
bodyfat$n

[Package SIN version 0.4 Index]