Learn R Programming

wooldridge (version 1.1.0)

pntsprd: pntsprd

Description

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

Usage

data(pntsprd)

Arguments

Format

A data.frame with 553 rows and 12 variables:

  • favscr. favored team's score

  • undscr. underdog's score

  • spread. las vegas spread

  • favhome. =1 if favored team at home

  • neutral. =1 if neutral site

  • fav25. =1 if favored team in top 25

  • und25. =1 if underdog in top 25

  • fregion. favorite's region of country

  • uregion. underdog's region of country

  • scrdiff. favscr - undscr

  • sprdcvr. =1 if spread covered

  • favwin. =1 if favored team wins

Examples

Run this code
# NOT RUN {
 str(pntsprd)
# }

Run the code above in your browser using DataLab