Exercise {BSDA}R Documentation

Weight loss for 30 members of an exercise program

Description

Data for Exercise 1.44

Usage

Exercise

Format

A data frame with 30 observations on the following variable.

loss
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Exercise)
attach(Exercise)
stem(loss)
detach(Exercise)

[Package BSDA version 0.1 Index]