forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheconomics.Rd
26 lines (23 loc) · 986 Bytes
/
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
% Generated by roxygen2 (4.0.0): do not edit by hand
\docType{data}
\name{economics}
\alias{economics}
\title{US economic time series.}
\format{A data frame with 478 rows and 6 variables}
\usage{
data(economics)
}
\description{
This dataset was produced from US economic time series data available from \url{http://research.stlouisfed.org/fred2}.
}
\details{
\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}
}
}
\keyword{datasets}