two_raters | R Documentation |
125 subjects rated by two raters
two_raters
A tibble with 125 observations (1, 2) on 2 variables representing different raters.
ratings of rater a (1, 2)
ratings of rater b (1, 2)
I forget where or why I found this one.
I forget where or why I found this one.
two_raters
library(dplyr)
library(tidyr)
two_raters %>%
with(., table(rater_a, rater_b))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.