powered by
A survey conducted on high school seniors by the National Center of Education Statistics.
data(schoolProgram)
The data frame has 200 rows (a student) and 11 variables:
Student ID.
Student's gender.
Student's race.
Socio economic status of the student's family, with levels low, middle, and high.
Type of school: public or private.
Type of program the student wants to attend after high school.
Student's standardized reading score.
Student's standardized writing score.
Student's standardized math score.
Student's standardized science score
Student's standardized social studies score
Two hundred students were randomly selected from the whole cohort in the survey.
https://www.openintro.org/data/index.php?data=hsb2
UCLA Institute for Digital Research & Education - Statistical Consulting.
data("schoolProgram", package='syllogi') str(schoolProgram)
Run the code above in your browser using DataLab