Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

u2

Song and lengths for U2 albums


Description

Song titles and lengths of U2 albums from 1980 to 1997.

Usage

data(u2)

Format

The data is stored as a list with names. Each list entry correspond to an album stored as a vector. The values of the vector are the song lengths in seconds and the names are the track titles.

Source

Original data retrieved from http://www.u2station.com/u2ography.html

Examples

data(u2)
sapply(u2,mean)			# average track length
max(sapply(u2,max))		# longest track length
sort(unlist(u2))		# lengths in sorted order

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.