Composite IQ Calculator: A Free Web App

Announcing a new web app that calculates composite IQ from multiple IQ test administrations
Assessment
Capital Cases
Death Penalty
IQ
Intelligence Testing
Author

W. Joel Schneider

Published

July 5, 2026

Announcing the arrival of the Composite IQ Calculator, a free, web app that calculates a composite IQ from multiple test administrations and evaluates whether any of the individual IQ results are outliers. Be patient! The app can take 10–30 seconds to load.1

1 The app does not load instantly because it is deployed with shinylive, which allows for all computations and data entry to stay local on the user’s machine. This feature makes the cost effectively zero and assures data privacy. The downside is that downloading and setting up a rich interface takes a little longer than we are used to for web apps.

Cecil Reynolds, Kevin McGrew, Karen Salekin, and I recently published an article in which we explained why, how, and when to create a composite IQ from multiple IQ test administrations (Schneider et al., 2026). In brief, when a person has been given more than one intelligence test, it is preferable to combine all valid and comparable scores into a single score with a single (and narrower) confidence interval. We argue that the best method of combining information is to create scores the same way we create an individual IQ (and almost every other psychological test score): A composite score. Other methods, such as taking the mean, median, or highest score, have known biases.

This procedure has a variety of applications but is particularly important for determining if a defendant meets criteria for intellectual disability and is therefore ineligible for capital punishment. As discussed in several U.S. Supreme Court cases (e.g., Hall v. Florida, 572 U.S. 701 (2014) and Hamm v. Smith, 608 U.S. _ (2026), aggregating IQ results can be complicated matter and therefore must be conducted with care and rigor.

Composite scores have a number of interesting and sometimes counterintuitive features. The composite score extremity effect (Schneider, 2016) refers to the fact that composite scores are more extreme (i.e., further from the population mean) than the average of the scores summarized by the composite, as illustrated in Figure 1. The size of this effect increases when the number of scores is higher, the average correlation among the scores is lower, and the average of the scores is more extreme.

Schneider, W. J. (2016). Why are WJ IV cluster scores more extreme than the average of their parts? A gentle explanation of the composite score extremity effect (No. 7; Woodcock-Johnson IV Assessment Service Bulletin). Riverside Assessments, LLC. https://info.riversideinsights.com/hubfs/ASBs/WJIV_ASB_7_FINAL.pdf
Figure 1: A composite IQ is more extreme than the average of its parts

To calculate a composite IQ and its confidence interval, one needs to know the means, standard deviations, reliability coefficients for each test and the intercorrelations among all tests. When direct evidence of any two tests’ intercorrelation is unavailable, it can be approximated from an equation adapted from Breit et al. (2024), which estimates stability coefficients based on the age of the first test, the length of the retest-interval, and whether the tests are the same or from different battery families.

Breit, M., Scherrer, V., Tucker-Drob, E. M., & Preckel, F. (2024). The stability of cognitive abilities: A meta-analytic review of longitudinal studies. Psychological Bulletin, 150(4), 399–439. https://doi.org/10.1037/bul0000425

Data Privacy

Any data entered into the Composite IQ Calculator app remains private. Privacy is assured because the app is deployed via shinylive, meaning that once the app is downloaded, all computation is performed locally in the user’s browser’s code sandbox. That is, data never leaves the user’s machine and is never accessible to any third party, not even to the app’s developer.

Web App Features

  1. Tests can be selected from a wide variety of batteries and editions. New tests can be added and updated by the user.
  2. Test scores can be corrected for norm obsolescence using default or custom rules.
  3. Outlier test scores can be identified with procedures developed by Schneider & Ji (2023).
  4. A report can be created in MS Word (.docx) format.
  5. Cases with custom edits can be exported as an Excel file, which can be imported again later.
Schneider, W. J., & Ji, F. (2023). Detecting unusual score patterns in the context of relevant predictors. Journal of Pediatric Neuropsychology, 9, 1–17. https://doi.org/10.1007/s40817-022-00137-x

Previous Solutions

Schneider et al. (2026) refers to a free Composite IQ spreadsheet calculator, which works well and is still available. Unfortunately, this spreadsheet was hard to maintain, and the limitations of Excel put constraints on how it could be extended. The new web app effectively replaces the spreadsheet. Built with R and shiny, the app is much easier to maintain and extend.

Schneider, W. J., Reynolds, C. R., McGrew, K. S., & Salekin, K. L. (2026). Life-and-death psychometrics: Generalizable best methods for combining scores in intellectual disability and other diagnostic assessments. Journal of Pediatric Neuropsychology, 12(2), 47–65. https://doi.org/10.1037/jpn0000032

Citation

BibTeX citation:
@misc{schneider2026,
  author = {Schneider, W. Joel and Joel Schneider, W.},
  title = {Composite {IQ} {Calculator:} {A} {Free} {Web} {App}},
  date = {2026-07-05},
  url = {https://wjschne.github.io/AssessingPsyche/2026-07-05-composite-iq-calculator-a-free-web-app/},
  langid = {en}
}
For attribution, please cite this work as:
Schneider, W. J., & Joel Schneider, W. (2026, July 5). Composite IQ Calculator: A Free Web App. AssessingPsyche. https://wjschne.github.io/AssessingPsyche/2026-07-05-composite-iq-calculator-a-free-web-app/