BodyFat {ALSM}R Documentation

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")

Format

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

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

y

a numeric vector

Source

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

Examples

data(BodyFat)
## maybe str(BodyFat) ; plot(BodyFat) ...

[Package ALSM version 0.2.0 Index]