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"

Try the openintro package in your browser

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

openintro documentation built on Sept. 1, 2022, 9:06 a.m.