Learn R Programming

wooldridge (version 1.1.0)

saving: saving

Description

Data loads lazily. Type data(saving) into the console.

Usage

data(saving)

Arguments

Format

A data.frame with 100 rows and 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, $

Examples

Run this code
# NOT RUN {
 str(saving)
# }

Run the code above in your browser using DataLab