From: John Darrington Date: Thu, 6 Oct 2011 07:28:45 +0000 (+0200) Subject: Add a warning to GLM until we've sorted out its problems X-Git-Tag: v0.7.9~128 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61eeaf756db35a5d25fff81c607d977f000409a1;p=pspp-builds.git Add a warning to GLM until we've sorted out its problems --- diff --git a/src/language/stats/glm.c b/src/language/stats/glm.c index 9d16a149..2536c5f5 100644 --- a/src/language/stats/glm.c +++ b/src/language/stats/glm.c @@ -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")); diff --git a/tests/language/stats/glm.at b/tests/language/stats/glm.at index 8abdd5e7..8209bc72 100644 --- a/tests/language/stats/glm.at +++ b/tests/language/stats/glm.at @@ -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