Last data update: 2014.03.03

R: Quarterly US Macroeconomic Data (1947-2004, Stock & Watson)
USMacroSWQR Documentation

Quarterly US Macroeconomic Data (1947–2004, Stock & Watson)

Description

Time series data on 2 US macroeconomic variables for 1947–2004.

Usage

data("USMacroSWQ")

Format

A quarterly multiple time series from 1947(1) to 2004(4) with 2 variables.

gdp

real GDP for the United States in billions of chained (2000) dollars seasonally adjusted, annual rate.

tbill

3-month treasury bill rate. Quarterly averages of daily dates in percentage points at an annual rate.

Source

Online complements to Stock and Watson (2007).

http://wps.aw.com/aw_stock_ie_2/

References

Stock, J.H. and Watson, M.W. (2007). Introduction to Econometrics, 2nd ed. Boston: Addison Wesley.

See Also

StockWatson2007, USMacroSW, USMacroSWM, USMacroB, USMacroG

Examples

data("USMacroSWQ")
plot(USMacroSWQ)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(AER)
Loading required package: car
Loading required package: lmtest
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: sandwich
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/AER/USMacroSWQ.Rd_%03d_medium.png", width=480, height=480)
> ### Name: USMacroSWQ
> ### Title: Quarterly US Macroeconomic Data (1947-2004, Stock & Watson)
> ### Aliases: USMacroSWQ
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data("USMacroSWQ")
> plot(USMacroSWQ)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>