Learn R Programming

wooldridge (version 1.4-4)

meap00_01: meap00_01

Description

Wooldridge Source: Michigan Department of Education, www.michigan.gov/mde Data loads lazily.

Usage

data('meap00_01')

Arguments

Format

A data.frame with 1692 observations on 9 variables:

  • dcode: district code

  • bcode: building code

  • math4: percent students satisfactory, 4th grade math

  • read4: percent students satisfactory, 4th grade reading

  • lunch: percent students eligible for free or reduced lunch

  • enroll: school enrollment

  • exppp: expenditures per pupil: expend/enroll

  • lenroll: log(enroll)

  • lexppp: log(exppp)

Used in Text

pages 224, 302

Examples

Run this code
 str(meap00_01)

Run the code above in your browser using DataLab