Learn R Programming

wooldridge (version 1.4-3)

saving: saving

Description

Wooldridge Source: Unknown Data loads lazily.

Usage

data('saving')

Arguments

Format

A data.frame with 100 observations on 7 variables:

  • sav: annual savings, $

  • inc: annual income, $

  • size: family size

  • educ: years educ, household head

  • age: age of household head

  • black: =1 if household head is black

  • cons: annual consumption, $

Notes

I remember entering this data set in the late 1980s, and I am pretty sure it came directly from an introductory econometrics text. But so far my search has been fruitless. If anyone runs across this data set, I would appreciate knowing about it.

Used in Text: not used

Examples

Run this code
 str(saving)

Run the code above in your browser using DataLab