Division: Division Tiebreakers

Description Usage Arguments Details Value Examples

Description

These functions will break any ties between teams with the same win-loss record within the same division.

Usage

1
2
3
4
5
6
7
TwoTieDiv(Team1, Team2, scores, SimScores = NULL)

ThreeTieDiv(Team1, Team2, Team3, scores, SimScores = NULL)

FourTieDiv(Team1, Team2, Team3, Team4, scores, SimScores = NULL)

FinalDivRank(scores, SimScores = NULL)

Arguments

scores

the data frame of scores used for calculating Head-to-Head, CommonGames, and CommonGamesPts

SimScores

the simulated scores, if a simulation was performed

Details

The order of statistics for which ties are broken are as follows: Head-to-Head Record, win-loss record against teams within the division, win-loss record against teams common opponents (CommonGames), win-loss record against teams within the conference, strength of victory (win-loss record against all teams defeated) , strength of schedule (win-loss record against all teams played), combined rank for points scored and points allowed among conference teams, combined rank for points scored and points allowed among all teams, net points against common opponents (CommonGamesPts), net points overall.

Value

A vector of the tiebreaking results corresponding to each team in the function input.

Examples

1
2
3
4
TwoTieDiv("Vikings","Packers")
ThreeTieDiv("Vikings","Packers","Bears")
FourTieDiv("Vikings","Packers","Bears","Lions")
FinalDivRank()

mstuart2097/STAT585Final documentation built on May 23, 2019, 8:16 a.m.