Rugby {PairedData} | R Documentation |
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)
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
data(Rugby)
with(Rugby,plot(paired(EXPERT.1,EXPERT.2)))
with(Rugby,plot(paired(EXPERT.1,EXPERT.2),type="BA"))
[Package PairedData version 1.1.1 Index]