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:

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.

Examples

data(Movies)
str(Movies)

[Package descriptio version 1.3 Index]