RELIABILITY: Make expected test results reflect "N of Items" capitalization.
authorBen Pfaff <blp@gnu.org>
Sat, 13 Feb 2010 19:32:51 +0000 (11:32 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 13 Feb 2010 19:32:51 +0000 (11:32 -0800)
Also update the documentation.

doc/tutorial.texi
tests/command/reliability.sh

index 540da62abd90d409219a73ac2004bdba46d11ea6..994c0a7fc90028e5ffab058d92b3849aaf2520d0 100644 (file)
@@ -507,7 +507,7 @@ Output (dictionary information omitted for clarity):
 
 1.2 RELIABILITY.  Reliability Statistics
 #================#==========#
-#Cronbach's Alpha#N of items#
+#Cronbach's Alpha#N of Items#
 #================#==========#
 #             .86#         3#
 #================#==========#
index df86fa82771b028654f3c28f4ea01fb0bc86d4d5..518fb10286758db91bd9ec8d0e44899c5ec862d3 100755 (executable)
@@ -259,7 +259,7 @@ Cases,Valid,131,92.91
 ,Total,141,100.00
 
 Table: Reliability Statistics
-Cronbach's Alpha,N of items
+Cronbach's Alpha,N of Items
 .75,4
 
 Scale: Nothing
@@ -290,7 +290,7 @@ Cases,Valid,131,92.91
 ,Total,141,100.00
 
 Table: Reliability Statistics
-Cronbach's Alpha,N of items
+Cronbach's Alpha,N of Items
 .75,4
 
 Table: Item-Total Statistics
@@ -309,7 +309,7 @@ Cases,Valid,131,92.91
 ,Total,141,100.00
 
 Table: Reliability Statistics
-Cronbach's Alpha,N of items
+Cronbach's Alpha,N of Items
 .75,4
 EOF
 if [ $? -ne 0 ] ; then fail ; fi