GLM: remove warning
[pspp] / src / language / stats / glm.c
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"));