Learn R Programming

PairedData (version 1.1.1)

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.

[,1] EXPERT.1 numeric First expert ratings
[,2] EXPERT.2 numeric Second expert ratings
[,3] Actions factor Subject label

Examples

Run this code
# NOT RUN {
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