Movies | R Documentation |
The data concerns a sample of 1000 Movies which were on screens in France and come of their characteristics.
data(Movies)
A data frame with 1000 observations and the following 7 variables:
Budget
numeric vector of movie budgets
Genre
is a factor with 9 levels
Country
is a factor with 4 level. Country of origin of the movie.
ArtHouse
is a factor with levels No
, Yes
. Whether the movie had the "Art House" label.
Festival
is a factor with levels No
, Yes
. Whether the movie was selected in Cannes, Berlin or Venise film festivals.
Critics
numeric vector of average ratings from intellectual criticism.
BoxOffice
numeric vector of number of admissions.
data(Movies)
str(Movies)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.