Learn R Programming

HoRM (version 0.1.3)

JamesBond: James Bond Dataset

Description

This dataset consists of various metrics pertaining to the officially-produced James Bond films.

Usage

data(JamesBond)

Arguments

Format

This data frame consists of 18 variables measured on the 24 films:

  • Year Year of the film's theatrical release.

  • Movie Title of the movie.

  • Bond Actor who played James Bond.

  • US_Gross The film's U.S. gross (in U.S. dollars).

  • US_Adj The film's 2013-adjusted U.S. gross (in 1000's of U.S. dollars).

  • World_Gross The film's worldwide gross (in U.S. dollars).

  • World_Adj The film's 2013-adjusted worldwide gross (in 1000's of U.S. dollars).

  • Budget The film's budget (in U.S. dollars).

  • Budget_Adj The film's 2013-adjusted budget (in 1000's of U.S. dollars).

  • Film_Length Length of the theatrical release.

  • Avg_User_IMDB The average user rating on IMDB (www.imdb.com).

  • Avg_User_Rtn_Tom The average user rating on Rotten Tomatoes (www.rottentomatoes.com).

  • Conquests The number of "conquests" by Bond in the film.

  • Martinis The number of martinis Bond drank in the film.

  • BJB The number of times Bond stated "Bond. James Bond." in the movie.

  • Kills_Bond The number of people killed by Bond.

  • Kills_Others The number of people killed in the film by people other than Bond.

  • Top_100 An indicator where a value of 1 means the title song within the top 100 on the UK Singles Chart and the U.S. Billboard Hot 100 and a value of 0 means it did not.

References

Young, D. S. (2017), Handbook of Regression Methods, CRC Press.