Reply to comment
Chi Squared test calculator in JavaScript
Posted by David Wees on Apr 29, 2010
Today a 9th grade student asked me if there was something he could do to tell if two categorical variables had a relationship or not. The Χ2 test would be perfect, except that most of my 9th grade students don't yet have the mathematical acumen to do the calculation themselves.
So I created a very simple calculator in JavaScript for the Χ2 test. It is located here: http://davidwees.com/javascript/chisquaredtest/.
Note that this calculator doesn't check that the original data is fit to be included, and definitely does not yet include the Yates correction for continuity.
Reply
Popular content
- Gradient jQuery plugin (33,135)
- Modulo Arithmetic (8,981)
- Using Red 5 Flash media server with Drupal (5,876)
- Interactive Venn diagrams using JavaScript (5,479)
- Javascript Algebra solver (4,275)
- Histograms Online (4,167)
- Javascript Puzzle Creator (4,027)
- Creating Equations in Movable Type (3,971)
- Game of Life ported to Flash (3,873)
- Flash Compass (3,868)
- 1 of 13
- ››