anxiety {irr} | R Documentation |
Anxiety ratings by different raters
Description
The data frame contains the anxiety ratings of 20 subjects, rated by 3 raters. Values are ranging from 1 (not anxious at all) to 6 (extremely anxious).
Usage
data(anxiety)
Format
A data frame with 20 observations on the following 3 variables.
- rater1
ratings of the first rater
- rater2
ratings of the second rater
- rater3
ratings of the third rater
Source
artificial data
Examples
data(anxiety)
apply(anxiety,2,table)
[Package irr version 0.84.1 Index]