HandleOvertime: Structure plays correctly for games that went into overtime

Description Usage Arguments Value Examples

Description

This function takes in overtime plays and gets them in the same structure as plays in regulation. This function is called from the DataPrep function. You really won't need this function on it's own ever.

Usage

1
HandleOvertime(overtime)

Arguments

overtime

a data frame containing overtime plays from the CFB Stats play.csv file

Value

A data frame with the overtime plays.

Examples

1
2
3
4
5
plays <- readin("play", 2010:2014)
newtime <- AddTime(plays)
cleandata <- DataPrep(newtime, 2010:2014, return.ot = T)
head(cleandata[[1]])
head(cleandata[[2]])

mattmills49/CFBWinProbability documentation built on May 21, 2019, 1:24 p.m.