BodyFat: Body Fat dataset

Description Usage Format Source Examples

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

1
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

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

Example output

Loading required package: leaps
Loading required package: SuppDists
Loading required package: car
Loading required package: carData

ALSM documentation built on May 2, 2019, 10:19 a.m.

Related to BodyFat in ALSM...