USecon {dlm} | R Documentation |
US macroeconomic time series
Description
US macroeconomic data.
Usage
data(USecon)
Format
The format is: mts [1:40, 1:2] 0.1364 0.0778 -0.3117 -0.5478 -1.2636 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:2] "M1" "GNP" - attr(*, "tsp")= num [1:3] 1978 1988 4 - attr(*, "class")= chr [1:2] "mts" "ts"
Details
The series are 100*diff(log())
of seasonally adjusted real
U.S. money 'M1' and GNP from 1978 to 1987.
Source
The complete data set is available in package tseries
.
Examples
data(USecon)
plot(USecon)
[Package dlm version 1.1-6 Index]