X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fglm.at;h=de1ad2a4bc64b3d97e0f69f8965b30aa152464fa;hb=db7019dcf6198f62053ac010f3b0ca12a6d93106;hp=ec9a6799e379cd31f4852f07ac256e1b2d93bb35;hpb=72d873a1af4914c2bfe1cdda1cb0108da243f534;p=pspp diff --git a/tests/language/stats/glm.at b/tests/language/stats/glm.at index ec9a6799e3..de1ad2a4bc 100644 --- a/tests/language/stats/glm.at +++ b/tests/language/stats/glm.at @@ -57,8 +57,6 @@ glm y by b a c AT_CHECK([pspp -O format=csv latin.sps | sed 's/329.62[[678]]/329.62/'], [0], [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 @@ -110,8 +108,6 @@ glm points by Factor0 Factor1 AT_CHECK([pspp -O format=csv 2by2.sps ], [0], [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 @@ -209,12 +205,10 @@ glm dv by Agrp Bgrp AT_CHECK([pspp -O format=csv type1.sps], [0], [dnl -warning: GLM is experimental. Do not rely on these results. - Table: Tests of Between-Subjects Effects Source,Type I Sum of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,3410.526,1,3410.526,557.709,.000 +Intercept,,,,, Agrp,9.579,1,9.579,1.566,.220 Bgrp,186.225,3,62.075,10.151,.000 Agrp * Bgrp,20.212,3,6.737,1.102,.364 @@ -222,12 +216,10 @@ Error,183.457,30,6.115,, Total,3810.000,38,,, Corrected Total,399.474,37,,, -warning: GLM is experimental. Do not rely on these results. - Table: Tests of Between-Subjects Effects Source,Type I Sum of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,3410.526,1,3410.526,557.709,.000 +Intercept,,,,, Bgrp,193.251,3,64.417,10.534,.000 Agrp,2.553,1,2.553,.418,.523 Bgrp * Agrp,20.212,3,6.737,1.102,.364 @@ -248,12 +240,10 @@ glm dv by Agrp Bgrp AT_CHECK([pspp -O format=csv type2.sps], [0], [dnl -warning: GLM is experimental. Do not rely on these results. - Table: Tests of Between-Subjects Effects Source,Type II Sum of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,3410.526,1,3410.526,557.709,.000 +Intercept,,,,, Agrp,2.553,1,2.553,.418,.523 Bgrp,186.225,3,62.075,10.151,.000 Agrp * Bgrp,20.212,3,6.737,1.102,.364 @@ -317,8 +307,6 @@ GLM depvar by A AT_CHECK([pspp -O format=csv intercept-exclude.sps], [0], [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. Model,1636.826,2,818.413,43.556,.000 @@ -326,8 +314,6 @@ A,1636.826,2,818.413,43.556,.000 Error,338.216,18,18.790,, Total,1975.042,20,,, -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,98.568,1,98.568,5.246,.034