elo_prediction: Elo-Based Win Prediction

Description Usage Arguments Value Examples

View source: R/elo_prediction.R

Description

This function returns the prediction for a match based on player Elo ratings

Usage

1
elo_prediction(rating1, rating2, adjust = 0, shrinkage = T)

Arguments

rating1

Numeric of Player 1 Elo rating

rating2

Numeric of Player 2 Elo rating

Value

Match win probability for Player 1

Examples

1
elo_prediction(2000, 1842)

skoval/inmatch_api documentation built on Jan. 20, 2020, 4:14 a.m.