irr (version 0.84)

video: Different raters judging the credibility of videotaped testimonies

Description

The data frame contains the credibility ratings of 20 subjects, rated by 4 raters. Judgements could vary from 1 (not credible) to 6 (highly credible). Variance between and within raters is low.

Usage

data(video)

Arguments

Format

A data frame with 20 observations on the following 4 variables.

rater1

ratings of rater 1

rater2

ratings of rater 2

rater3

ratings of rater 3

rater4

ratings of rater 4

Examples

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

Run the code above in your browser using DataLab