Fixed a bug where contrasts with negative T where incorrectly processed.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 27 Apr 2014 14:21:43 +0000 (16:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 27 Apr 2014 14:21:43 +0000 (16:21 +0200)
commit52d795d2fe3611efc1d51b2cdf6851bb7e67682e
treef7ff8c790460776e218161c5384e8d30d59ca692
parentfbaa01a45afaa56c8aa46a99ff95864beebe2237
Fixed a bug where contrasts with negative T where incorrectly processed.

Planned contrasts in the ONEWAY procedure reported p-values > 1 when
T was negative.  This change fixes this problem.

Thanks to Douglas Bonett <dgbonett@ucsc.edu> for reporting this.
NEWS
src/language/stats/oneway.c
tests/language/stats/oneway.at