eheinzen / elo

An R package to calculate Elo ratings
https://eheinzen.github.io/elo/
37 stars 3 forks source link

elo.model.frame ignore NAs in adjustments #41

Closed eheinzen closed 5 years ago

eheinzen commented 5 years ago
elo.run(wins.A ~ adjust(team.A, NA_real_) + team.B, data = rbind(dat, dat), k = 20)