R Dataset / Package wooldridge / elem94_95

On this R-data statistics page, you will find information about the elem94_95 data set which pertains to elem94_95. The elem94_95 data set is found in the wooldridge R package. You can load the elem94_95 data set in R by issuing the following command at the console data("elem94_95"). This will load the data into a variable called elem94_95. If R says the elem94_95 data set is not found, you can try installing the package by issuing this command install.packages("wooldridge") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the elem94_95 R data set. The size of this file is about 288,188 bytes.

elem94_95

Description

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

Usage

data(elem94_95)

Format

A data.frame with 1848 rows and 14 variables:

  • distid. district identifier

  • schid. school identifier

  • lunch. percent eligible, free lunch

  • enrol. 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)

  • lenrol. log(enrol)

  • lstaff. log(staff)

Source

https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041

Examples

 str(elem94_95)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-wooldridge-elem9495.html" width="100%" height="100%" style="border:0px"></iframe>