Learn R Programming

wooldridge (version 1.1.0)

voucher: voucher

Description

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

Usage

data(voucher)

Arguments

Format

A data.frame with 990 rows and 19 variables:

  • studyid. student identifier

  • black. = 1 if African-American

  • hispanic. = 1 if Hispanic

  • female. = 1 if female

  • appyear. year of first application: 90 to 93

  • mnce. math NCE test score, 1994

  • select. = 1 if ever selected to attend choice school

  • choice. = 1 if attending choice school, 1994

  • selectyrs. years selected to attend choice school

  • choiceyrs. years attended choice school

  • mnce90. mnce in 1990

  • selectyrs1. = 1 if selectyrs == 1

  • selectyrs2. = 1 if selectyrs == 2

  • selectyrs3. = 1 if selectyrs == 3

  • selectyrs4. = 1 if selectyrs == 4

  • choiceyrs1. = 1 if choiceyrs == 1

  • choiceyrs2. = 1 if choiceyrs == 2

  • choiceyrs3. = 1 if choiceyrs == 3

  • choiceyrs4. = 1 if choiceyrs == 4

Examples

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

Run the code above in your browser using DataLab