home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-M / data / savings.doc < prev    next >
Encoding:
Text File  |  1996-11-24  |  1.2 KB  |  37 lines

  1. SAVINGS - Intercountry Life-Cycle Savings Data
  2.  
  3. DESCRIPTION
  4.  
  5. Under the life-cycle savings hypothesis as developed by Franco
  6. Modigliani, the savings ratio (aggregate personal saving divided
  7. by disposable income is explained by per-capita disposable income,
  8. the percentage rate of change in per-capita disposable income, and
  9. two demographic variables: the percentage of population less than
  10. 15 years old and the percentage of the population over 75 years
  11. old.  The data are averaged over the decade 1960-1970 to remove
  12. the business cycle or other short-term fluctuations.
  13.  
  14. FORMAT
  15.  
  16. A data frame with 50 observations on 5 variables.
  17.  
  18.   [,1]  sr       numeric  "ave aggregate personal savings"
  19.   [,2]  pop15    numeric  "ave % of population under 15"
  20.   [,3]  pop75    numeric  "ave % of population over 75"
  21.   [,4]  dpi      numeric  "ave real per-capita disposable income"
  22.   [,5]  ddpi     numeric  "ave % growth rate of dpi"
  23.  
  24. SOURCE
  25.  
  26. The data were obtained from Belsley, Kuh and Welsch (1980).
  27. They in turn obtained the data from Sterling (1977).
  28.  
  29. REFERENCES
  30.  
  31. Sterling, Arnie (1977). Unpublished BS Thesis.
  32. Massachusetts Institute of Technology.
  33.  
  34. Belsley, D. A., E. Kuh and R. E. Welsch (1980).
  35. Regression Diagnostics.  New York: Wiley.
  36.  
  37.