Learn R Programming

BSDA (version 1.2.2)

Newsstand: Daily profits for 20 newsstands

Description

Data for Exercise 1.43

Usage

Newsstand

Arguments

Format

A data frame/tibble with 20 observations on one variable

profit

profit of each newsstand (in dollars)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

stem(Newsstand$profit)
stem(Newsstand$profit, scale = 3)

Run the code above in your browser using DataLab