R/data-exams.R

#' Exam scores
#'
#' Exam scores from a class of 19 students.
#'
#'
#' @name exams
#' @docType data
#' @format A data frame with 19 observations on the following variable.
#' \describe{\item{scores}{a numeric vector} }
#' @keywords datasets
#' @examples
#'
#' hist(exams$scores)
#'
"exams"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.