R/examscores_doc.R

#' examscores
#'
#' A dataframe containing the results of 4 exams given to 100 students. Each row represents a student, each column is a score on an exam
#'
#'
#' @format A data frame containing 100 rows and 4 columns
#' \describe{
#'   \item{a}{(numeric) - Score on exam a}
#'   \item{b}{(numeric) - ...exam b}
#'   \item{c}{(numeric) - ...exam c}
#'   \item{d}{(numeric) - ...exam d}
#'  }
#' @source 2015 annual international pirate meeting at the Bodensee in Konstanz, Germany
#'
#'
#'
"examscores"

Try the yarrr package in your browser

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

yarrr documentation built on May 2, 2019, 9:41 a.m.