Learn R Programming

ALSM (version 0.1.9)

BodyFat: Body Fat dataset

Description

study of the relation of amount of body fat (Y) to several possible predictor variables, based on a sample of 20 healthy females 25-34 years old

Usage

data("BodyFat")

Arguments

Format

A data frame with 20 observations on the following 4 variables.

Source

Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li. Applied Linear Statistical Models Fifth Edition .TABLE 7.1 page 257

Examples

Run this code
data(BodyFat)
## maybe str(BodyFat) ; plot(BodyFat) ...

Run the code above in your browser using DataLab