R Dataset / Package wooldridge / meap93

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

meap93

Description

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

Usage

data(meap93)

Format

A data.frame with 408 rows and 17 variables:

  • lnchprg. perc of studs in sch lnch prog

  • enroll. school enrollment

  • staff. staff per 1000 students

  • expend. expend. per stud, $

  • salary. avg. teacher salary, $

  • benefits. avg. teacher benefits, $

  • droprate. school dropout rate, perc

  • gradrate. school graduation rate, perc

  • math10. perc studs passing MEAP math

  • sci11. perc studs passing MEAP science

  • totcomp. salary + benefits

  • ltotcomp. log(totcomp)

  • lexpend. log of expend

  • lenroll. log(enroll)

  • lstaff. log(staff)

  • bensal. benefits/salary

  • lsalary. log(salary)

Source

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

Examples

 str(meap93)

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

Attachments: csv, json

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