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

Try the tigerstats package in your browser

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

tigerstats documentation built on July 2, 2020, 2:32 a.m.