bradley_terry: Creates a Bradley-Terry Prediction Model

Description Usage Arguments Value

View source: R/BradleyTerry.R

Description

This package creates a simple prediction model based on team identifiers and previous game results.

Usage

1
2
3
4
5
6
7
8
bradley_terry(
  gameIds,
  homeTeamIds,
  awayTeamIds,
  homeScores,
  awayScores,
  isNeutralSite = FALSE
)

Arguments

gameIds
homeTeamIds
awayTeamIds
homeScores
awayScores

Value

named list with team and home field strength values and functions to predict matchups based on team identifiers or relative strengths


zmalosh/SportPredictR documentation built on May 24, 2020, 6:50 a.m.