|
36 | 36 | #' This dataset was produced from US economic time series data available from \url{http://research.stlouisfed.org/fred2}.
|
37 | 37 | #'
|
38 | 38 | #' \itemize{
|
39 |
| -#' \item date. Month of data collection |
| 39 | +#' \item date. Month of data collection |
40 | 40 | #'
|
41 |
| -#' \item psavert, personal savings rate, \url{http://research.stlouisfed.org/fred2/series/PSAVERT/} |
42 |
| -#' \item pce, personal consumption expenditures, in billions of dollars, \url{http://research.stlouisfed.org/fred2/series/PCE} |
43 |
| -#' \item unemploy, number of unemployed in thousands, \url{http://research.stlouisfed.org/fred2/series/UNEMPLOY} |
44 |
| -#' \item uempmed, median duration of unemployment, in week, \url{http://research.stlouisfed.org/fred2/series/UEMPMED} |
45 |
| -#' \item pop, total population, in thousands, \url{http://research.stlouisfed.org/fred2/series/POP} |
| 41 | +#' \item psavert, personal savings rate, \url{http://research.stlouisfed.org/fred2/series/PSAVERT/} |
| 42 | +#' \item pce, personal consumption expenditures, in billions of dollars, \url{http://research.stlouisfed.org/fred2/series/PCE} |
| 43 | +#' \item unemploy, number of unemployed in thousands, \url{http://research.stlouisfed.org/fred2/series/UNEMPLOY} |
| 44 | +#' \item uempmed, median duration of unemployment, in week, \url{http://research.stlouisfed.org/fred2/series/UEMPMED} |
| 45 | +#' \item pop, total population, in thousands, \url{http://research.stlouisfed.org/fred2/series/POP} |
46 | 46 | #'
|
47 | 47 | #' }
|
48 | 48 | #'
|
@@ -111,15 +111,15 @@ NULL
|
111 | 111 | #' Movies were selected for inclusion if they had a known length and had been rated by at least one imdb user. The data set contains the following fields:
|
112 | 112 | #'
|
113 | 113 | #' \itemize{
|
114 |
| -#' \item title. Title of the movie. |
115 |
| -#' \item year. Year of release. |
116 |
| -#' \item budget. Total budget (if known) in US dollars |
117 |
| -#' \item length. Length in minutes. |
118 |
| -#' \item rating. Average IMDB user rating. |
119 |
| -#' \item votes. Number of IMDB users who rated this movie. |
120 |
| -#' \item r1-10. Multiplying by ten gives percentile (to nearest 10\%) of users who rated this movie a 1. |
121 |
| -#' \item mpaa. MPAA rating. |
122 |
| -#' \item action, animation, comedy, drama, documentary, romance, short. Binary variables representing if movie was classified as belonging to that genre. |
| 114 | +#' \item title. Title of the movie. |
| 115 | +#' \item year. Year of release. |
| 116 | +#' \item budget. Total budget (if known) in US dollars |
| 117 | +#' \item length. Length in minutes. |
| 118 | +#' \item rating. Average IMDB user rating. |
| 119 | +#' \item votes. Number of IMDB users who rated this movie. |
| 120 | +#' \item r1-10. Multiplying by ten gives percentile (to nearest 10\%) of users who rated this movie a 1. |
| 121 | +#' \item mpaa. MPAA rating. |
| 122 | +#' \item action, animation, comedy, drama, documentary, romance, short. Binary variables representing if movie was classified as belonging to that genre. |
123 | 123 | #' }
|
124 | 124 | #'
|
125 | 125 | #' @docType data
|
|
0 commit comments