forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheconomics.Rd
33 lines (31 loc) · 1.12 KB
/
economics.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{economics}
\alias{economics}
\alias{economics_long}
\title{US economic time series.}
\format{A data frame with 478 rows and 6 variables
\itemize{
\item date. Month of data collection
\item psavert, personal savings rate,
\url{http://research.stlouisfed.org/fred2/series/PSAVERT/}
\item pce, personal consumption expenditures, in billions of dollars,
\url{http://research.stlouisfed.org/fred2/series/PCE}
\item unemploy, number of unemployed in thousands,
\url{http://research.stlouisfed.org/fred2/series/UNEMPLOY}
\item uempmed, median duration of unemployment, in week,
\url{http://research.stlouisfed.org/fred2/series/UEMPMED}
\item pop, total population, in thousands,
\url{http://research.stlouisfed.org/fred2/series/POP}
}}
\usage{
economics
economics_long
}
\description{
This dataset was produced from US economic time series data available from
\url{http://research.stlouisfed.org/fred2}. \code{economics} is in "wide"
format, \code{economics_long} is in "long" format.
}
\keyword{datasets}