GLM: Update logic for choosing types of sums of squares
[pspp-builds.git] / tests / language / stats / glm.at
index 8209bc7298ad2e24f985bfad3a6d3246f9d7c00b..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
@@ -103,7 +102,6 @@ begin data.
 end data.
 
 glm points by Factor0 Factor1
-  /method=sstype(3)
   /intercept=include
   /criteria=alpha(.05)
   .