| MOVIE {regclass} | R Documentation |
Movie grosses
Description
Movie grosses from the late 1990s
Usage
data("MOVIE")
Format
A data frame with 309 observations on the following 3 variables.
Moviea factor giving the name of the movie
Weekenda numeric vector, the opening weekend gross (millions of dollars)
Totala numeric vector, the total US gross (millions of dollars)
Details
The goal is to predict the total gross of a movie based on its opening weekend gross.
Source
Compiled via information provided on https://www.imdb.com/
[Package regclass version 1.6 Index]