Ok, I had a bit of time and I took a look at the Summary Reports for Texas this year and the previous 6 years. I decided I would do a linear regression to see if I could find a correlation and see what that says about this year’s results and the possible cutoff NMSF cutoff value.
Please feel free to comment or poke holes in my methodology. For each of the previous 6 years I did the following:
- Calculated the percentages of students who scored a 75-80 for each of the 3 subject areas. (They provide the percentage to 1 digit, so I calculated it based on the actual tests to give more significant digits).
- I added those 3 numbers together. Typically the numbers for each subject area were near 1 percent each.
- I then associated this number with the cutoff number for that year
- I plotted the cutoff number vs the sum of the percentages for each of the 6 years
- I fit a best fit line and had excel give the equation of the line and the R2 value (goodness of fit)
- I calculated the sum of the percentages for this latest test to see where it would fit to see what a likely value would be.
Known issues:
- I know that a person can score high on one test and not the other two and not be NMSF. However, I thought this methodology might give an indication as to how hard the tests were from the various years.
Results:
I first did this for Texas as that is where I live. The R2 value was 0.82 which indicates a pretty good fit. So, I decided to do this for other states: CA, NY, FL (also big states) and the DE (small state which also had a different trend of cutoff scores than Texas. Texas has been trending upward while DE is doing the reverse, it seems). There was a correlation in all these states, but the R2 values were not as good.
So, what do the results say for Texas? Based on the equation of the line, this methodology would say that the cutoff will be 217.54. Lately the results have been slightly above the line, so my best singular guess would be 218.
If I had to put percentages on my guesses (and they are guesses), I would say:
40% - 218
23% - 217
20% - 219
9% - 220
8% - 216
I may have given 220 and 216 too high of numbers. Last year the cutoff was 218 and the percentages declined slightly this year from last. (0.02098 vs 0.2117 in the table below). The reason I’m interested is because my son scored a 219. Texas has never had a number as high as 220 in recent history. It would appear that my son has a 90% chance of making it.
Sorry for the formating, but here are the numbers in csv format:
TX,2008,2009,2010,2011,2012,2013,2014
CR,0.005694696,0.005212882,0.005625817,0.00416715,0.006461645,0.005365187,0.004883784
Math,0.007079737,0.009487768,0.011577417,0.005915131,0.008731431,0.01104347,0.01017712
Writing,0.005414253,0.003751981,0.007347113,0.006789122,0.007282632,0.004762496,0.005923075
Sum,0.018188686,0.018452631,0.024550348,0.016871403,0.022475708,0.021171153,0.020983979
Acutal cutoff,216,215,219,216,219,218,
Value of Line,216.056381,216.1967998,219.4407851,215.3555862,218.3370769,217.6430535,217.5434769
Abs Error,0.056381035,1.196799819,0.440785086,0.644413798,0.662923098,0.356946467,
BTW, I found the summary reports from past years by googleing: 2010-2011 college-bound high school juniors summary report . Then clicking on the first available report and changing the state abbreviation in the url to the state I wanted. I changed the year in google each time I wanted to change years.
Any comments on this?