A K Factor Function With Dependence On Number Of Games
Calculates the K factor for the Elo rating system based on number of games played.
kgames(rating, games, elite = NULL, gv = 30, kv = c(32,26))
rating |
A numeric vector of player ratings. The K factor does not depend on this quantity. |
games |
A numeric vector with the number of games played by each player. |
elite |
Not used. |
gv |
A numeric vector of length one less than |
kv |
A numeric vector of length one more than |
A numeric vector of K factors.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.