X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fglm.at;h=4cf2faff03142c3446bc12b5caa4c531018f3782;hb=8642df034e82487ec7ff476fbfbacbd5b65eb88a;hp=ac18c340da975ffd827fdf2552810a90ebbfe88e;hpb=5cab4cf3322f29c0ed7134d23740e07382914f20;p=pspp diff --git a/tests/language/stats/glm.at b/tests/language/stats/glm.at index ac18c340da..4cf2faff03 100644 --- a/tests/language/stats/glm.at +++ b/tests/language/stats/glm.at @@ -1,16 +1,16 @@ dnl PSPP - a program for statistical analysis. dnl Copyright (C) 2017 Free Software Foundation, Inc. -dnl +dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation, either version 3 of the License, or dnl (at your option) any later version. -dnl +dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . dnl @@ -144,7 +144,7 @@ AT_CLEANUP AT_SETUP([GLM Type I and II Sums of Squares]) AT_KEYWORDS([categorical categoricals]) -dnl The following example comes from +dnl The following example comes from dnl http://www.uvm.edu/~dhowell/StatPages/More_Stuff/Type1-3.pdf AT_DATA([data-inc.sps], [dnl set decimal = dot. @@ -227,7 +227,6 @@ AT_CHECK([pspp -O format=csv type1.sps], [0], Table: Tests of Between-Subjects Effects ,Type I Sum Of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,,,,, Agrp,9.579,1,9.579,1.566,.220 Bgrp,186.225,3,62.075,10.151,.000 Agrp × Bgrp,20.212,3,6.737,1.102,.364 @@ -238,7 +237,6 @@ Corrected Total,399.474,37,,, Table: Tests of Between-Subjects Effects ,Type I Sum Of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,,,,, Bgrp,193.251,3,64.417,10.534,.000 Agrp,2.553,1,2.553,.418,.523 Bgrp × Agrp,20.212,3,6.737,1.102,.364 @@ -262,7 +260,6 @@ AT_CHECK([pspp -O format=csv type2.sps], [0], Table: Tests of Between-Subjects Effects ,Type II Sum Of Squares,df,Mean Square,F,Sig. Corrected Model,216.017,7,30.860,5.046,.001 -Intercept,,,,, Agrp,2.553,1,2.553,.418,.523 Bgrp,186.225,3,62.075,10.151,.000 Agrp × Bgrp,20.212,3,6.737,1.102,.364 @@ -278,7 +275,7 @@ AT_CLEANUP AT_SETUP([GLM excluded intercept]) AT_KEYWORDS([categorical categoricals]) -dnl The following example comes from +dnl The following example comes from dnl dnl Rudolf N. Cardinal dnl Graduate-level statistics for psychology and neuroscience