|
1 | | -#' Prices of 50,000 round cut diamonds |
| 1 | +#' Prices of over 50,000 round cut diamonds |
2 | 2 | #' |
3 | 3 | #' A dataset containing the prices and other attributes of almost 54,000 |
4 | 4 | #' diamonds. The variables are as follows: |
|
26 | 26 | #' \url{http://research.stlouisfed.org/fred2}. `economics` is in "wide" |
27 | 27 | #' format, `economics_long` is in "long" format. |
28 | 28 | #' |
29 | | -#' @format A data frame with 478 rows and 6 variables |
| 29 | +#' @format A data frame with 574 rows and 6 variables: |
30 | 30 | #' \describe{ |
31 | 31 | #' \item{date}{Month of data collection} |
32 | | -#' \item{psavert}{personal savings rate, |
33 | | -#' \url{http://research.stlouisfed.org/fred2/series/PSAVERT/}} |
34 | 32 | #' \item{pce}{personal consumption expenditures, in billions of dollars, |
35 | 33 | #' \url{http://research.stlouisfed.org/fred2/series/PCE}} |
36 | | -#' \item{unemploy}{number of unemployed in thousands, |
37 | | -#' \url{http://research.stlouisfed.org/fred2/series/UNEMPLOY}} |
38 | | -#' \item{uempmed}{median duration of unemployment, in weeks, |
39 | | -#' \url{http://research.stlouisfed.org/fred2/series/UEMPMED}} |
40 | 34 | #' \item{pop}{total population, in thousands, |
41 | 35 | #' \url{http://research.stlouisfed.org/fred2/series/POP}} |
| 36 | +#' \item{psavert}{personal savings rate, |
| 37 | +#' \url{http://research.stlouisfed.org/fred2/series/PSAVERT/}} |
| 38 | +#' \item{uempmed}{median duration of unemployment, in weeks, |
| 39 | +#' \url{http://research.stlouisfed.org/fred2/series/UEMPMED}} |
| 40 | +#' \item{unemploy}{number of unemployed in thousands, |
| 41 | +#' \url{http://research.stlouisfed.org/fred2/series/UNEMPLOY}} |
42 | 42 | #' } |
43 | 43 | #' |
44 | 44 | "economics" |
|
50 | 50 | #' |
51 | 51 | #' Demographic information of midwest counties |
52 | 52 | #' |
53 | | -#' @format A data frame with 437 rows and 28 variables |
| 53 | +#' @format A data frame with 437 rows and 28 variables: |
54 | 54 | #' \describe{ |
55 | 55 | #' \item{PID}{} |
56 | 56 | #' \item{county}{} |
|
85 | 85 | "midwest" |
86 | 86 |
|
87 | 87 |
|
88 | | -#' Fuel economy data from 1999 and 2008 for 38 popular models of car |
| 88 | +#' Fuel economy data from 1999 to 2008 for 38 popular models of cars |
89 | 89 | #' |
90 | 90 | #' This dataset contains a subset of the fuel economy data that the EPA makes |
91 | 91 | #' available on \url{http://fueleconomy.gov}. It contains only models which |
92 | 92 | #' had a new release every year between 1999 and 2008 - this was used as a |
93 | 93 | #' proxy for the popularity of the car. |
94 | 94 | #' |
95 | | -#' @format A data frame with 234 rows and 11 variables |
| 95 | +#' @format A data frame with 234 rows and 11 variables: |
96 | 96 | #' \describe{ |
97 | | -#' \item{manufacturer}{} |
| 97 | +#' \item{manufacturer}{manufacturer name} |
98 | 98 | #' \item{model}{model name} |
99 | 99 | #' \item{displ}{engine displacement, in litres} |
100 | 100 | #' \item{year}{year of manufacture} |
|
119 | 119 | #' Additional variables order, conservation status and vore were added from |
120 | 120 | #' wikipedia. |
121 | 121 | #' |
122 | | -#' @format A data frame with 83 rows and 11 variables |
| 122 | +#' @format A data frame with 83 rows and 11 variables: |
123 | 123 | #' \describe{ |
124 | 124 | #' \item{name}{common name} |
125 | 125 | #' \item{genus}{} |
|
140 | 140 | #' The names of each president, the start and end date of their term, and |
141 | 141 | #' their party of 11 US presidents from Eisenhower to Obama. |
142 | 142 | #' |
143 | | -#' @format A data frame with 11 rows and 4 variables |
| 143 | +#' @format A data frame with 11 rows and 4 variables: |
| 144 | +#' \describe{ |
| 145 | +#' \item{name}{Last name of president} |
| 146 | +#' \item{start}{Presidency start date} |
| 147 | +#' \item{end}{Presidency end date} |
| 148 | +#' \item{party}{Party of president} |
| 149 | +#' } |
144 | 150 | "presidential" |
145 | 151 |
|
146 | 152 | #' Vector field of seal movements |
|
161 | 167 | #' A 2d density estimate of the waiting and eruptions variables data |
162 | 168 | #' \link{faithful}. |
163 | 169 | #' |
164 | | -#' @format A data frame with 5,625 observations and 3 variables. |
| 170 | +#' @format A data frame with 5,625 observations and 3 variables: |
| 171 | +#' \describe{ |
| 172 | +#' \item{eruptions}{Eruption time in mins} |
| 173 | +#' \item{waiting}{Waiting time to next eruption in mins} |
| 174 | +#' \item{density}{2d density estimate} |
| 175 | +#' } |
165 | 176 | "faithfuld" |
166 | 177 |
|
167 | 178 | #' `colors()` in Luv space |
|
182 | 193 | #' |
183 | 194 | #' @format A data frame with 8602 observations and 9 variables: |
184 | 195 | #' \describe{ |
185 | | -#' \item{city}{Name of MLS area} |
| 196 | +#' \item{city}{Name of multiple listing service (MLS) area} |
186 | 197 | #' \item{year,month,date}{Date} |
187 | 198 | #' \item{sales}{Number of sales} |
188 | 199 | #' \item{volume}{Total value of sales} |
|
0 commit comments