Wooldridge Sources: Peterson's Guide to Four Year Colleges, 1995 (25th edition). Princeton University Press. 1995 Information Please Sports Almanac (6th edition). Houghton Mifflin. New York, NY Data loads lazily.

data('athlet2')

Format

A data.frame with 30 observations on 10 variables:

  • dscore: home scr. - vist. scr., 1993

  • dinstt: diff. in-state tuit., 1994

  • doutstt: diff. out-state tuit., 1994

  • htpriv: =1 if home team priv. sch.

  • vtpriv: =1 if vist. team priv. sch.

  • dapps: diff. in applications, 1994

  • htwrd: =1 if home win. record, 1993

  • vtwrd: =1 if vist. win. record, 1993

  • dwinrec: htwrd - vtwrd

  • dpriv: htpriv - vtpriv

Source

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

Notes

These data were collected by Paul Anderson, an MSU economics major, for a term project. The score from football outcomes for natural rivals (Michigan-Michigan State, California-Stanford, Florida-Florida State, to name a few) is matched with application and academic data. The application and tuition data are for Fall 1994. Football records and scores are from 1993 football season. Extended these data to obtain a long stretch of panel data and other “natural” rivals could be very interesting.

Used in Text: page 697

Examples

str(athlet2)
#> 'data.frame': 30 obs. of 10 variables: #> $ dscore : int 10 -14 23 8 -12 7 -21 -5 -3 -32 ... #> $ dinstt : int -409 NA -654 -222 -10 494 2 96 223 -20 ... #> $ doutstt: int -4679 -66 -637 456 208 17 2 -333 2526 0 ... #> $ htpriv : int 0 0 0 0 0 0 0 0 0 0 ... #> $ vtpriv : int 0 0 0 0 0 0 0 0 0 0 ... #> $ dapps : int -1038 -7051 6209 -129 794 411 -4363 1144 3956 -641 ... #> $ htwrd : int 1 1 1 1 1 0 1 1 0 0 ... #> $ vtwrd : int 1 1 0 1 1 0 1 0 0 1 ... #> $ dwinrec: int 0 0 1 0 0 0 0 1 0 -1 ... #> $ dpriv : int 0 0 0 0 0 0 0 0 0 0 ... #> - attr(*, "time.stamp")= chr "25 Jun 2011 23:03"