R/writtenexams.R

#' Example Data Set
#'
#' A data set containing the ratings of three coders for written exams.
#' It also contains the gender of the people who took the exam. The data
#' is not real and is only created for illustrating purposes.
#' @docType data
#' @format A data frame with 318 rows and 4 variables:
#' \describe{
#'   \item{Coder A}{Ratings of coder A.}
#'   \item{Coder B}{Ratings of coder B.}
#'   \item{Coder C}{Ratings of coder C.}
#'   \item{Sex}{Referring to the biological aspects of an individual.}
#' }
"iotarelr_written_exams"

Try the iotarelr package in your browser

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

iotarelr documentation built on May 29, 2024, 7:33 a.m.