schoolProgram {syllogi} | R Documentation |
High School and Beyond Survey
Description
A survey conducted on high school seniors by the National Center of Education Statistics.
Usage
data(schoolProgram)
Format
The data frame has 200 rows (a student) and 11 variables:
- id
Student ID.
- gender
Student's gender.
- race
Student's race.
- ses
Socio economic status of the student's family, with levels low, middle, and high.
- schtype
Type of school: public or private.
- prog
Type of program the student wants to attend after high school.
- read
Student's standardized reading score.
- write
Student's standardized writing score.
- math
Student's standardized math score.
- science
Student's standardized science score
- scost
Student's standardized social studies score
Details
Two hundred students were randomly selected from the whole cohort in the survey.
References
https://www.openintro.org/data/index.php?data=hsb2
UCLA Institute for Digital Research & Education - Statistical Consulting.
Examples
data("schoolProgram", package='syllogi')
str(schoolProgram)