Learn R Programming

PairedData (version 0.9.9)

Rugby: Agreement study in rugby expert ratings

Description

This dataset gives the ratings on a continuous ten-points scale of two experts about 93 actions during several rugby union matches.

Usage

data(Rugby)

Arguments

format

A dataframe with 93 rows and 3 columns. rlll{ [,1] EXPERT.1 numeric First expert ratings [,2] EXPERT.2 numeric Second expert ratings [,3] Actions factor Subject label }

source

Private communication. Mickael Campo, CRIS, Lyon 1 University, FRANCE.

Examples

Run this code
data(Rugby)
with(Rugby,plot(paired(EXPERT.1,EXPERT.2)))
with(Rugby,plot(paired(EXPERT.1,EXPERT.2),type="BA"))

Run the code above in your browser using DataLab