Add a warning to GLM until we've sorted out its problems
[pspp] / src / language / stats / glm.c
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"));