Newsstand {BSDA}R Documentation

Daily profits for 20 newsstands

Description

Data for Exercise 1.43

Usage

Newsstand

Format

A data frame with 20 observations on the following variable.

profit
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]