R Dataset / Package wooldridge / athlet1

Documentation

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. 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.

Title Authored on Content type
OpenIntro Statistics Dataset - dream August 9, 2020 - 12:25 PM Dataset
OpenIntro Statistics Dataset - winery_cars August 9, 2020 - 2:38 PM Dataset
R Dataset / Package HSAUR / toothpaste March 9, 2018 - 1:06 PM Dataset
R Dataset / Package HSAUR / pottery March 9, 2018 - 1:06 PM Dataset
R Dataset / Package HistData / Guerry March 9, 2018 - 1:06 PM Dataset
Embed
<iframe src="https://r-data.pmagunia.com/iframe/r-dataset-package-wooldridge-athlet1.html" frameBorder="0" width="100%" height="307px" />
Attachment Size
dataset-10160.csv 12.23 KB
Dataset License
GNU General Public License v2.0
Documentation License
GNU General Public License v2.0

This documentation is licensed under GPLv3 or later.