Add a warning to GLM until we've sorted out its problems 20111007030502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 6 Oct 2011 07:28:45 +0000 (09:28 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 6 Oct 2011 07:28:45 +0000 (09:28 +0200)
src/language/stats/glm.c
tests/language/stats/glm.at

index 9d16a149b372766e0eef55a67fe5801e013936b9..2536c5f52de069c9e326f3891e18600d61394c1e 100644 (file)
@@ -543,6 +543,7 @@ output_glm (const struct glm_spec *cmd, const struct glm_workspace *ws)
   if (cmd->intercept)
     nr++;
 
+  msg (MW, "GLM is experimental.  Do not rely on these results.");
   t = tab_create (nc, nr);
   tab_title (t, _("Tests of Between-Subjects Effects"));
 
index 8abdd5e758042188f0ad3c3ee9a664443c340d20..8209bc7298ad2e24f985bfad3a6d3246f9d7c00b 100644 (file)
@@ -57,7 +57,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
@@ -108,7 +111,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