Learn R Programming

VGAMdata (version 1.1-12)

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 other

Usage

data(rugby)
data(rugby.ties)

Arguments

Format

The format is as two matrices.

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 code
data(rugby); data(rugby.ties)
rugby
rugby.ties

Run the code above in your browser using DataLab