calculate_game_score_adjusted | R Documentation |
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.
calculate_game_score_adjusted( winner_rating, loser_rating, winner_score, loser_score )
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. |
calculate_game_score_adjusted(1500,1500,13,6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.