R/student.R

#' Students in Statistics 1993-4
#'
#' Personal characteristics are recorded for students taking Statistics in 1993-4. Fitness level was recorded on an informal scale, the details of which now elude me. The important information is that higher numbers are supposed to represent greater levels of fitness.
#' @usage
#' data(student)
#' @format A dataframe with 43 rows and 8 variables:
#' \describe{
#'   \item{gender}{gender coded as 1 or 0}
#'   \item{height}{height}
#'   \item{stone}{stone}
#'   \item{lb}{lb}
#'   \item{weight}{weight}
#' }
#' @source Prof Jochen Einbeck
"student"
tmaturi/sm2data documentation built on Dec. 23, 2021, 11:01 a.m.