rugby: Wins, Losses and Draws Between the Top 10 Rugby Teams
Description
The number of wins, losses and draws for each of the top 10
rugby teams agains each otherUsage
data(rugby)
data(rugby.ties)
format
The format is as two matrices.source
The match statistics are compiled from
http://www.rugbydata.com/
on 2013-10-07 by J. T. Gray,
jamsgry@gmail.com.
The top ten teams are determined by the International Rugby Board
world rankings, http://www.irb.com.Details
The first matrix is of the number of games won by each team
against each of the other teams.
The other matrix is the number of draws (ties) between each team.
This data is current as of 2013-10-07.Examples
Run this codedata(rugby); data(rugby.ties)
rugby
rugby.ties
Run the code above in your browser using DataLab