View on GitHub

NYC_SAT_Scores_2012

By Borough analysis of 2012 SAT scores

NYC_SAT_Scores_2012

By Borough analysis of 2012 SAT scores

The R Script for this code can be found here

The data is the most recent school level results for New York City on the SAT from datazar.

The data set contains the following columns-

  1. Unique school identifier
  2. School Name
  3. Number of Sat Test Takers
  4. SAT Critical Reading Average Score
  5. SAT Math Average Score
  6. SAT Writing Average Score

Analysis

In this analysis, I remove the columns with missing (or incomplete) data. They have an ā€˜sā€™ in place of the SAT information. We are able to obtain the borough from the unique school identifier. After we obtain the borough we can visually compare the distribution of each SAT score against the other boroughs. Finally we use a t test to compare the means to determine which scores are the same. (Null hypothesis is that the difference is 0)

Results

Potential Future Projects

I think this dataset could be used in conjunction with other data to understand the different boroughs. In the future we could potentially map all the schools to the zip code and use information about the zip code to help understand the affects of the community on the SAT Scores. For example, if we could link average income per zip or number of businesses within the zip code, we could create a model to continue comparing boroughs or do more exploratory analysis.

Thank You

I would like to thank @CoolDatasets on twitter for initially telling me about this dataset.

I would appreciate any feedback on the analysis and code. You can email me here

Data was found first found here