R/ifr-data-hsb.R

#' High School and Beyond Data Set
#'
#' A dataset containing demographic information and standardized test
#' scores of high school students.
#'
#' @format A data frame with 200 rows and 10 variables:
#' \describe{
#'   \item{id}{id of the student}
#'   \item{female}{gender of the student}
#'   \item{race}{ethnic background of the student}
#'   \item{ses}{socio-economic status of the student}
#'   \item{schtyp}{school type}
#'   \item{prog}{program type}
#'   \item{read}{scores from test of reading}
#'   \item{write}{scores from test of writing}
#'   \item{math}{scores from test of math}
#'   \item{science}{scores from test of science}
#'   \item{socst}{scores from test of social studies}
#' }
#'
#' @source \url{https://nces.ed.gov/surveys/hsb/}
"hsb"
rsquaredacademy/inferr documentation built on June 2, 2021, 8:52 a.m.