openintro (version 2.0.0)

ipod: Length of songs on an iPod

Description

A simulated data set on lengths of songs on an iPod.

Usage

ipod

Arguments

Format

A data frame with 3000 observations on the following variable.

song_length

Length of song (in minutes).

Examples

Run this code
# NOT RUN {
library(ggplot2)

ggplot(ipod, aes(x = song_length)) +
  geom_histogram(binwidth = 0.5)

# }

Run the code above in your browser using DataCamp Workspace