GLM: remove warning
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 19 Jan 2016 07:36:57 +0000 (08:36 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 26 Jan 2016 19:47:06 +0000 (20:47 +0100)
src/language/stats/glm.c
tests/language/stats/glm.at

index a5e047e86d1dcb118a5785b126a30411e52ea695..d51d53faa054d8ccd2530319617de1cea7a1e1df 100644 (file)
@@ -730,7 +730,6 @@ output_glm (const struct glm_spec *cmd, const struct glm_workspace *ws)
   if (cmd->intercept)
     nr += 2;
 
-  msg (MW, "GLM is experimental.  Do not rely on these results.");
   t = tab_create (nc, nr);
   tab_set_format (t, RC_WEIGHT, wfmt);
   tab_title (t, _("Tests of Between-Subjects Effects"));
index e56c150820ce138f0b952b1b17a58e3ad6d0e09d..de1ad2a4bc64b3d97e0f69f8965b30aa152464fa 100644 (file)
@@ -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,8 +205,6 @@ 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
@@ -222,8 +216,6 @@ 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
@@ -248,8 +240,6 @@ 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
@@ -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