Learn R Programming

irr (version 0.70)

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

source

artificial data

Examples

Run this code
data(anxiety)
apply(anxiety,2,table)

Run the code above in your browser using DataLab