Learn R Programming

wooldridge (version 1.4-4)

census2000: census2000

Description

Wooldridge Source: Obtained from the United States Census Bureau by Professor Alberto Abadie of the Harvard Kennedy School of Government. Professor Abadie kindly provided the data. Data loads lazily.

Usage

data('census2000')

Arguments

Format

A data.frame with 29501 observations on 6 variables:

  • state: State (ICPSR code)

  • puma: Public Use Microdata Area

  • educ: educational attainment

  • lweekinc: log(weekly income)

  • exper: years workforce experience

  • expersq: exper^2

Used in Text

pages 452-453

Examples

Run this code
 str(census2000)

Run the code above in your browser using DataLab