USConsump1979 | R Documentation |
Time series data on US income and consumption expenditure, 1970–1979.
data("USConsump1979")
An annual multiple time series from 1970 to 1979 with 2 variables.
Disposable income.
Consumption expenditure.
Online complements to Greene (2003). Table F1.1.
https://pages.stern.nyu.edu/~wgreene/Text/tables/tablelist5.htm
Greene, W.H. (2003). Econometric Analysis, 5th edition. Upper Saddle River, NJ: Prentice Hall.
Greene2003
, USConsump1950
, USConsump1993
data("USConsump1979")
plot(USConsump1979)
## Example 1.1 in Greene (2003)
plot(expenditure ~ income, data = as.data.frame(USConsump1979), pch = 19)
fm <- lm(expenditure ~ income, data = as.data.frame(USConsump1979))
summary(fm)
abline(fm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.