power_rank: Creates a Power Rank Points Prediction Model

Description Usage Arguments Value

View source: R/PowerRankPoints.R

Description

This package creates a simple prediction model based on team identifiers (potentially names or ints) and previous game results.

Usage

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

Arguments

gameIds
homeTeamIds
awayTeamIds
homeScores
awayScores

Value

named list with team power ranks + home advantage 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.