movies {UsingR}R Documentation

Data frome on top 25 movies for some week, many weeks ago

Description

Data on 25 top movies

Usage

data(movies)

Format

A data frame with 26 observations on the following 5 variables.

title
Titles
current
Current week
previous
Previous weel
gross
Total

Source

Some movie website, sorry lost the url.

Examples

data(movies)
boxplot(movies$previous)

[Package UsingR version 0.1-12 Index]