Learn R Programming

wooldridge (version 1.4-4)

audit: audit

Description

Wooldridge Source: These data come from a 1988 Urban Institute audit study in the Washington, D.C. area. I obtained them from the article “The Urban Institute Audit Studies: Their Methods and Findings,” by James J. Heckman and Peter Siegelman. In Fix, M. and Struyk, R., eds., Clear and Convincing Evidence: Measurement of Discrimination in America. Washington, D.C.: Urban Institute Press, 1993, 187-258. Data loads lazily.

Usage

data('audit')

Arguments

Format

A data.frame with 241 observations on 3 variables:

  • w: =1 if white app. got job offer

  • b: =1 if black app. got job offer

  • y: b - w

Used in Text

pages 776-777, 784, 787

Examples

Run this code
 str(audit)

Run the code above in your browser using DataLab