irr (version 0.84)

anxiety: 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)

Arguments

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

Examples

Run this code
# NOT RUN {
data(anxiety)
apply(anxiety,2,table)
# }

Run the code above in your browser using DataLab