calculate_game_score_adjusted: Calculate team rating change from a game result

View source: R/game_scores.R

calculate_game_score_adjustedR Documentation

Calculate team rating change from a game result

Description

This function calculates game score using the USA Ultimate Rankings Algorithm. Then, it determines the ratings changes as a result of that game outcome. Returns a dataframe with information.

Usage

calculate_game_score_adjusted(
  winner_rating,
  loser_rating,
  winner_score,
  loser_score
)

Arguments

winner_rating

The rating of the winning team.

loser_rating

The rating of the losing team.

winner_score

The score of the winning team.

loser_score

The score of the losing team.

Examples

calculate_game_score_adjusted(1500,1500,13,6)

bbwieland/fRisbee documentation built on Aug. 30, 2022, 11:18 p.m.