Learn R Programming

BSDA (version 1.01)

Exercise: Weight loss for 30 members of an exercise program

Description

Data for Exercise 1.44

Usage

Exercise

Arguments

Format

A data frame with 30 observations on the following variable.

loss

a numeric vector

Examples

Run this code
# NOT RUN {
str(Exercise)
attach(Exercise)
stem(loss)
detach(Exercise)
# }

Run the code above in your browser using DataLab