Learn R Programming

wooldridge (version 1.1.0)

expendshares: expendshares

Description

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

Usage

data(expendshares)

Arguments

Format

A data.frame with 1519 rows and 13 variables:

  • sfood. share of food expenditures (out of total)

  • sfuel. share of fuel expenditures

  • sclothes. share of clothing expenditures

  • salcohol. share of alcohol expenditures

  • stransport. share of transportation expenditures

  • sother. share of other expenditures

  • totexpend. total expenditure, British pounds per week

  • income. family income, British pounds per week

  • age. age of household head

  • kids. number of children: 1 or 2

  • ltotexpend. log(totexpend)

  • lincome. log(income)

  • agesq. age^2

Examples

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

Run the code above in your browser using DataLab