Added result_class parameter to tab_double and updated all callers. Removed tab_fixed
[pspp] / src / language / stats / mcnemar.c
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-01 John DarringtonImplemented the McNemar test. Closes bug #33242