I'd like to do rank prediction (something very similar with regression) based on historical data, is there any package I can use in R ? Here's my problems:
I have a historical data of sports games, and all the rank of each team and some statistic of these teams, I'd like to use these data to predict these teams' next year rank.
Thanks