Learn R Programming

astsa (version 2.4)

econ5: Five Quarterly Economic Series

Description

Multiple time series of quarterly U.S. unemployment, GNP, consumption, and government and private investment, from 1948-III to 1988-II.

Arguments

Format

Multiple time series with 161 observations (rows) on the following 5 numeric variables (columns): unemp, gnp, consum, govinv, prinv.

References

You can find demonstrations of astsa capabilities at FUN WITH ASTSA.

The most recent version of the package can be found at https://github.com/nickpoison/astsa/.

In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.

The webpages for the texts and some help on using R for time series analysis can be found at https://nickpoison.github.io/.

Examples

Run this code
tsplot(econ5, ncolm=2, col=2:6, lwd=2, title=colnames(econ5), 
         ylab=c('%', rep('Billions-USD', 4)))

Run the code above in your browser using DataLab