GLM test: Remove redundant transformations and reorder.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 24 Nov 2011 20:48:29 +0000 (21:48 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 24 Nov 2011 20:48:29 +0000 (21:48 +0100)
This change does not affect the test or its result, but makes it
easier to understand.

tests/language/stats/glm.at

index e6c961c7a30578d53976014ce67cc6e52d7e38dc..a50150555ccbf32e1ac79692b5a7f494589cde27 100644 (file)
@@ -177,11 +177,11 @@ begin data.
 end data.
 
 do if B0 = -1 AND B1 = -1 AND B2 = -1.
-compute Bgrp = -1.
+compute Bgrp = 4.
 end if.
 
 do if B0 = 0 AND B1 = 0 AND B2 = 1.
-compute Bgrp = 1.
+compute Bgrp = 3.
 end if.
 
 do if B0 = 0 AND B1 = 1 AND B2 = 0.
@@ -189,12 +189,7 @@ compute Bgrp = 2.
 end if.
 
 do if B0 = 1 AND B1 = 0 AND B2 = 0.
-compute Bgrp = 3.
-end if.
-
-
-do if B0 = 0 AND B1 = 1 AND B2 = 0.
-compute Bgrp = 4.
+compute Bgrp = 1.
 end if.