2012

teamRank = c(1,2,3,3,4,4,4,4,5,5)
teamRank
##  [1] 1 2 3 3 4 4 4 4 5 5
wins2012 = c(94,88,95,88,93,94,98,97,93,94)
wins2012
##  [1] 94 88 95 88 93 94 98 97 93 94
cor(teamRank, wins2012)
## [1] 0.3477129

2013

teamRank2 = c(1,2,3,3,4,4,4,4,5,5)
teamRank2
##  [1] 1 2 3 3 4 4 4 4 5 5
wins2013=c(97,97,92,93,92,96,94,96,92,90)
wins2013
##  [1] 97 97 92 93 92 96 94 96 92 90
cor(teamRank2, wins2013)
## [1] -0.6556945

Within the correlation givin between the both years we see that there’s no pattern between the seasons wins and winning the playoffs. There is no Confidents into making bets for the years given in this data