Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.