Rugby: Agreement study in rugby expert ratings

Description Usage Format Source Examples

Description

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

Usage

1

Format

A dataframe with 93 rows and 3 columns.

[,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

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

PairedData documentation built on May 1, 2019, 6:49 p.m.