R/FakeSchool.R

#' An Imaginary School
#' 
#' Hypothetical school, used for illustrative purposes
#' 
#' 
#' @name FakeSchool
#' @docType data
#' @format A data frame with 28 observations on the following 5 variables.
#' \describe{ \item{Students}{Name of each student}
#' \item{Sex}{sex of the student}
#' \item{class}{class rank of the student}
#' \item{GPA}{grade poitn average}
#' \item{Honors}{whether or not he student is in the Honors Program} }
#' @keywords datasets
NULL
homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.