R Dataset / Package wooldridge / meap00_01

On this R-data statistics page, you will find information about the meap00_01 data set which pertains to meap00_01. The meap00_01 data set is found in the wooldridge R package. You can load the meap00_01 data set in R by issuing the following command at the console data("meap00_01"). This will load the data into a variable called meap00_01. If R says the meap00_01 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 meap00_01 R data set. The size of this file is about 183,566 bytes.

meap00_01

Description

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

Usage

data(meap00_01)

Format

A data.frame with 1692 rows and 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)

Source

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

Examples

 str(meap00_01)

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

Attachments: csv, json

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