https://github.com/cran/inferr
Raw File
Tip revision: 59444f93bc0b45cd4ab2cf3493acf201d9fdc5b9 authored by Aravind Hebbali on 28 May 2021, 16:30:02 UTC
version 0.3.1
Tip revision: 59444f9
hsb.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ifr-data-hsb.R
\docType{data}
\name{hsb}
\alias{hsb}
\title{High School and Beyond Data Set}
\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/}
}
\usage{
hsb
}
\description{
A dataset containing demographic information and standardized test
scores of high school students.
}
\keyword{datasets}
back to top