Learn R Programming

BSDA (version 1.01)

Newsstand: Daily profits for 20 newsstands

Description

Data for Exercise 1.43

Usage

Newsstand

Arguments

Format

A data frame with 20 observations on the following variable.

profit

a numeric vector

Examples

Run this code
# NOT RUN {
str(Newsstand)
attach(Newsstand)
stem(profit)
stem(profit,scale=3)
detach(Newsstand)
# }

Run the code above in your browser using DataLab