z_score_dev: Creates a Z-Score Deviation Prediction Model

Description Usage Arguments Value

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

Arguments

gameIds
homeTeamIds
awayTeamIds
homeScores
awayScores

Value

named list with team strengths + home/away adjustment values and functions to predict matchups based on team identifiers or provided strengths


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