Entering high school students make program choices among general program, vocational program and academic program. Their choice might be modeled using their writing score and their social economic status.The data set contains variables on 200 students. The outcome variable is prog, program type. The predictor variables are social economic status, ses, a three-level categorical variable and writing score, write, a continuous variable.
hsbdemo
A data frame with 200 rows and 17 columns:
Categorical. Student identification code.
Categorical. Unique identifier for each student.
Categorical. Student gender: "female" or "male".
Categorical. Socioeconomic status: "low", "middle", "high".
Categorical. Type of school: "private" or "public".
Categorical. Program of study chosen: 0 = General, 1 = Vocational, 2 = Academic.
Continuous. Reading test score.
Continuous. Writing test score.
Continuous. Math test score.
Continuous. Science test score.
Continuous. Social studies test score.
Categorical. Honors enrollment status: "enrolled" or "not enrolled".
Integer. Number of awards received, ranging from 0 to 9.
Categorical. Unspecified score, ranging from 0 to 20.
Binary. 1 if prog = General, 0 otherwise.
Binary. 1 if prog = Vocational, 0 otherwise.
Binary. 1 if prog = Academic, 0 otherwise.