R Dataset / Package wooldridge / meap01

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

meap01

Description

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

Usage

data(meap01)

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)

Source

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

Examples

 str(meap01)

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

Attachments: csv, json

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