bmov: Movie information and user ratings.

bmovR Documentation

Movie information and user ratings.

Description

The internet movie database is a website devoted to collecting movie data supplied by studios and fans. It claims to be the biggest movie database on the web and is run by Amazon.

Usage

data(bmov)

Details

title

Title of the movie.

year

Year of release.

budget

Total budget (if known) in US dollars

length

Length in minutes.

rating

Average IMDB user rating.

votes

Number of IMDB users who rated this movie.

r1-10

Multiplying by ten gives percentile (to nearest 10%) of users who rated this movie a 1.

mpaa

MPAA rating.

action, animation, comedy, drama, documentary, romance, short

Binary variable representing if movie was classified as belonging to that genre.

Value

A data frame with 4847 rows and 24 variables.

Note

Movies were selected for inclusion if they had a known length, had been rated by at least one imdb user and had an mpaa rating. The data set contains the following fields:

Source

Accessed from Movie information and user ratings; http://imdb.com

Examples

data(bmov)

statcourses/dsEssex documentation built on Jan. 10, 2024, 4:32 p.m.