Load the dataset into RStudio and name your data frame
my_df
.
What is the distribution of math scores? What is the percentile for a math score of 90 and 60, respectively?
Is there any association between a student’s math score, reading score, and writing score?
Create a column total.score
, which is the sum of the
three scores.
Is parental educational level associated with student score?
Order the ethnic groups by their median total score.
Order the ethnic groups by the proportion of students whose parents have a master’s degree.
Analyze your results from questions 6, 7, and 8. What conclusions can you draw?
Analyze the composite effect of test preparation courses and gender on the total score.