R Dataset / Package wooldridge / lawsch85

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

lawsch85

Description

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

Usage

data(lawsch85)

Format

A data.frame with 156 rows and 21 variables:

  • rank. law school ranking

  • salary. median starting salary

  • cost. law school cost

  • LSAT. median LSAT score

  • GPA. median college GPA

  • libvol. no. volumes in lib., 1000s

  • faculty. no. of faculty

  • age. age of law sch., years

  • clsize. size of entering class

  • north. =1 if law sch in north

  • south. =1 if law sch in south

  • east. =1 if law sch in east

  • west. =1 if law sch in west

  • lsalary. log(salary)

  • studfac. student-faculty ratio

  • top10. =1 if ranked in top 10

  • r11_25. =1 if ranked 11-25

  • r26_40. =1 if ranked 26-40

  • r41_60. =1 if ranked 41-60

  • llibvol. log(libvol)

  • lcost. log(cost)

Source

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

Examples

 str(lawsch85)

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

Attachments: csv, json

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