team_ols_rating: Creates a Team OLS Optimized Rating Prediction Model

Description Usage Arguments Value

View source: R/TeamOlsRating.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
team_ols_rating(
  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.