Learn R Programming

BSDA (version 0.1)

Newsstand: Daily profits for 20 newsstands

Description

Data for Exercise 1.43

Usage

Newsstand

Arguments

source

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

Examples

Run this code
str(Newsstand)
attach(Newsstand)
stem(profit)
stem(profit,scale=3)
detach(Newsstand)

Run the code above in your browser using DataLab