| Movies {descriptio} | R Documentation |
Movies (data)
Description
The data concerns a sample of 1000 Movies which were on screens in France and come of their characteristics.
Usage
data(Movies)
Format
A data frame with 1000 observations and the following 7 variables:
Budgetnumeric vector of movie budgets
Genreis a factor with 9 levels
Countryis a factor with 4 level. Country of origin of the movie.
ArtHouseis a factor with levels
No,Yes. Whether the movie had the "Art House" label.Festivalis a factor with levels
No,Yes. Whether the movie was selected in Cannes, Berlin or Venise film festivals.Criticsnumeric vector of average ratings from intellectual criticism.
BoxOfficenumeric vector of number of admissions.
Examples
data(Movies)
str(Movies)
[Package descriptio version 1.3 Index]