Learn R Programming

wooldridge (version 1.1.0)

benefits: benefits

Description

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

Usage

data(benefits)

Arguments

Format

A data.frame with 1848 rows and 18 variables:

  • distid. district identifier

  • schid. school identifier

  • lunch. percent eligible, free lunch

  • enroll. school enrollment

  • staff. staff per 1000 students

  • exppp. expenditures per pupil

  • avgsal. average teacher salary, $

  • avgben. average teacher non-salary benefits, $

  • math4. percent passing 4th grade math test

  • story4. percent passing 4th grade reading test

  • bs. avgben/avgsal

  • lavgsal. log(avgsal)

  • lenroll. log(enroll)

  • lstaff. log(staff)

  • bsbar. within-district avg of bs

  • lunchbar. within-district avg of lunch

  • lenrollbar. within-district avg of lenroll

  • lstaffbar. within-district avg of lstaff

Examples

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

Run the code above in your browser using DataLab