Remove KMO and Bartlett statistics from bug check test. 20120409030503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Apr 2012 15:59:10 +0000 (17:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Apr 2012 15:59:10 +0000 (17:59 +0200)
Commit 6b351b28f47c1dfb1ce697eb50cd218b50122fd0 added a test for a bug
fix.  This test however included a display of a the KMO and Bartlett
test statistics, which in this case are unstable since the determinant
of the correlation matrix is close to zero.   These statistic are not
relevant to the bug being tested.  So this change removes them.

tests/language/stats/factor.at

index fb2bb22519f3c28a35aac4608f667644bc52b824..b26af0a7c9123f6b30c40cc08bda374271605977 100644 (file)
@@ -1814,9 +1814,9 @@ BEGIN DATA
 END DATA
 
 FACTOR /VARIABLES=TRAIT1 TO TRAIT5
-    /ROTATION=NOROTATE    /* NOROTATE may have caused the problem. */
-    /EXTRACTION=PC
-    /PRINT=ALL
+    /ROTATION=NOROTATE /* NOROTATE may have caused the problem. */
+    /EXTRACTION=PC
+    /PRINT=DEFAULT DET UNIVARIATE ROTATION SIG CORRELATION.
 ])
 AT_CHECK([pspp -O format=csv factor-norotate.sps], [0], [dnl
 Table: Descriptive Statistics
@@ -1827,12 +1827,6 @@ TRAIT3,6.71,2.71,7
 TRAIT4,6.71,3.61,7
 TRAIT5,7.29,2.66,7
 
-Table: KMO and Bartlett's Test
-Kaiser-Meyer-Olkin Measure of Sampling Adequacy,,1.00
-Bartlett's Test of Sphericity,Approx. Chi-Square,NaN
-,df,10
-,Sig.,NaN
-
 Table: Correlation Matrix
 ,,TRAIT1,TRAIT2,TRAIT3,TRAIT4,TRAIT5
 Correlations,TRAIT1,1.00,.30,.88,1.00,.54