R/rater_data-data.R

#' Rater Data
#'
#' Dataset that contains scoring and ratings for a recall test
#' that was rated by two raters. Use with the kappa function
#' as an example.
#'
#' @docType data
#'
#' @usage data(rater_data)
#'
#' @format A data frame of scored answers for inter-rater reliability
#'
#' Sub.ID: the participant id
#' rater1_word: the word choice for the subject the rater selected
#' rater1_score: the score for the participant given by the rater
#' rater2_word: the word choice for the subject the rater selected
#' rater2_score: the score for the participant given by the rater
#'
#' @keywords datasets
#'
"rater_data"

Try the lrd package in your browser

Any scripts or data that you put into this service are public.

lrd documentation built on Dec. 9, 2021, 5:06 p.m.