oscars {parmsurvfit} | R Documentation |
Data on time until actors receive their first Academy Award nomination
Description
The dataset contains data for the top 128 grossing actors up to 2017 as listed on Box Office Mojo. The data for the first film appearance and for the first Oscar nomination was taken from IMDb. It should be noted that of the 128 observations in the data set, 48 were right-censored. Right-censored observations represent actors who have not received an Oscar nomination by the year 2017 or actors that died before 2017 without ever receiving an Oscar nomination. For the censor variable "1" represents complete observations, actors who received an Oscar nomination by the year 2017, and "0" represents right-censored observations.
Usage
oscars
Format
A data frame with 128 rows and 12 variables:
- obs
observation number
- name
name of actor
- adj_gross
actor's total adjusted gross earnings (in millions)
- num_movies
number of movies actor received credit for
- avg_gross
actor's average gross earnings per movie
- top_movie
title of actor's movie with the top gross earnings
- top_gross
actor's top gross earnings from a single movie
- gender
actor's gender
- years_until_nom
number of years between actor's first full film appearance and first Oscar nomination
- censor
censoring status indicator variable (0 = censored event time, 1 = complete event time)
- first_film_appearance
year of actor's first full film appearance
- first_oscar_nom
year of actor's first Oscar nomination
Source
https://github.com/shannonpileggi/SP–Pablo–RProgramming