GLM: Update logic for choosing types of sums of squares
[pspp-builds.git] / tests / language / stats / glm.at
index 8abdd5e758042188f0ad3c3ee9a664443c340d20..394f4a2dfb14f71c419ce04e3713b5394ff24682 100644 (file)
@@ -49,7 +49,6 @@ end data.
 variable labels a 'Factor A' b 'Factor B' c 'Factor C' y 'Criterion'.
 
 glm y by   b a c
-  /method=sstype(3)
   /intercept=include
   /criteria=alpha(.05)
   /design = a b c
@@ -57,7 +56,10 @@ glm y by   b a c
 ])
 
 AT_CHECK([pspp -O format=csv latin.sps | sed 's/329.62[[678]]/329.62/'], [0],
-  [Table: Tests of Between-Subjects Effects
+  [dnl
+warning: GLM is experimental.  Do not rely on these results.
+
+Table: Tests of Between-Subjects Effects
 Source,Type III Sum of Squares,df,Mean Square,F,Sig.
 Corrected Model,263.064,15,17.538,5.269,.000
 Intercept,815.103,1,815.103,244.910,.000
@@ -100,7 +102,6 @@ begin data.
 end data.
 
 glm points by Factor0 Factor1
-  /method=sstype(3)
   /intercept=include
   /criteria=alpha(.05)
   .
@@ -108,7 +109,10 @@ glm points by Factor0 Factor1
 
 
 AT_CHECK([pspp -O format=csv 2by2.sps ], [0],
-  [Table: Tests of Between-Subjects Effects
+  [dnl
+warning: GLM is experimental.  Do not rely on these results.
+
+Table: Tests of Between-Subjects Effects
 Source,Type III Sum of Squares,df,Mean Square,F,Sig.
 Corrected Model,8667.053,3,2889.018,5.043,.012
 Intercept,2256018.640,1,2256018.640,3937.693,.000