game_scores_std_dev: Creates a Game Scores Standard Deviation Prediction Model

Description Usage Arguments Value

View source: R/GameScoresStdDev.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
game_scores_std_dev(
  gameIds,
  homeTeamIds,
  awayTeamIds,
  homeScores,
  awayScores,
  isNeutralSite = FALSE
)

Arguments

gameIds
homeTeamIds
awayTeamIds
homeScores
awayScores
isNeutralSite

defaults to FALSE

Value

named list with team score averages and model coefficients plus functions to predict matchups based on team identifiers or relative strengths


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