two_raters: Generic ratings by two raters

two_ratersR Documentation

Generic ratings by two raters

Description

125 subjects rated by two raters

Usage

two_raters

Format

A tibble with 125 observations (1, 2) on 2 variables representing different raters.

rater_a

ratings of rater a (1, 2)

rater_a

ratings of rater b (1, 2)

Source

I forget where or why I found this one.

References

I forget where or why I found this one.

Examples

two_raters

library(dplyr)
library(tidyr)
two_raters %>%
  with(., table(rater_a, rater_b))

emilelatour/lagree documentation built on Sept. 18, 2024, 5:19 p.m.