R Dataset / Package wooldridge / athlet1

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

athlet1

Description

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

Usage

data(athlet1)

Format

A data.frame with 118 rows and 23 variables:

  • year. 1992 or 1993

  • apps. # applics for admission

  • top25. perc frsh class in 25 hs perc

  • ver500. perc frsh >= 500 on verbal SAT

  • mth500. perc frsh >= 500 on math SAT

  • stufac. student-faculty ratio

  • bowl. = 1 if bowl game in prev yr

  • btitle. = 1 if men's cnf chmps prv yr

  • finfour. = 1 if men's final 4 prv yr

  • lapps. log(apps)

  • d93. =1 if year = 1993

  • avg500. (ver500+mth500)/2

  • cfinfour. change in finfour

  • clapps. change in lapps

  • cstufac. change in stufac

  • cbowl. change in bowl

  • cavg500. change in avg500

  • cbtitle. change in btitle

  • lapps_1. lapps lagged

  • school. name of university

  • ctop25. change in top25

  • bball. =1 if btitle or finfour

  • cbball. change in bball

Source

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

Examples

 str(athlet1)

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

Attachments: csv, json

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