Learn R Programming

wooldridge (version 1.1.0)

meap01: meap01

Description

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

Usage

data(meap01)

Arguments

Format

A data.frame with 1823 rows and 11 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

  • expend. total spending, $

  • exppp. expenditures per pupil: expend/enroll

  • lenroll. log(enroll)

  • lexpend. log(expend)

  • lexppp. log(exppp)

Examples

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

Run the code above in your browser using DataLab