Learn R Programming

PASWR (version 1.3)

Bodyfat: Body Fat Composition

Description

Values from a study reported in the American Journal of Clinical Nutrition that investigated a new method for measuring body composition

Arguments

Format

A data frame with 18 observations on the following 3 variables:

age

age in years

fat

body fat composition

sex

a factor with levels F for female and M for male

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
# NOT RUN {
boxplot(fat ~ sex, data = Bodyfat)

# }

Run the code above in your browser using DataLab