R Dataset / Package Stat2Data / Film
On this R-data statistics page, you will find information about the Film data set which pertains to Film. The Film data set is found in the Stat2Data R package. You can load the Film data set in R by issuing the following command at the console data("Film"). This will load the data into a variable called Film. If R says the Film data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Film R data set. The size of this file is about 4,642 bytes.
Film
Description
Film data from Maltin's Movie and Video Guide
Format
A dataset with 100 observations on the following 9 variables.
Title | Movie title |
Year | Year the movie was released |
Time | Running time (in minutes) |
Cast | Number of cast members listed in the guide |
Rating | Maltin rating (range is 1 to 4, in steps of 0.5) |
Description | Number of lines of text Maltin uses to describe the movie |
Origin | Country: 0 = USA, 1 = Great Britain, 2 = France, 3 = Italy, 4 = Canada |
Time_code | long =90 minues or longer short =under 90 minutes |
Good | 1 =rating or 3 stars or better 0 =any lower rating |
Details
One statistician movie fan decided to use statistics to study the movie ratings in his favorite movie guide, Movie and Video Guide (1996), by Leonard Maltin. Maltin rates movies on a one-star to four-star system, in increments of half-stars, with higher numbers being better. The guide also includes additional information on each film. The statistican used a random number generator to select a simple random sample of 100 movies rated by the Guide.
Source
Data from Leonard Maltin's Movie and Video Guide (1996)
Dataset imported from https://www.r-project.org.