From c6308e236260e0de05eb161c02a8e9eadf6246c7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 13 Feb 2010 11:32:51 -0800 Subject: [PATCH] RELIABILITY: Make expected test results reflect "N of Items" capitalization. Also update the documentation. --- doc/tutorial.texi | 2 +- tests/command/reliability.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial.texi b/doc/tutorial.texi index 540da62abd..994c0a7fc9 100644 --- a/doc/tutorial.texi +++ b/doc/tutorial.texi @@ -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# #================#==========# diff --git a/tests/command/reliability.sh b/tests/command/reliability.sh index df86fa8277..518fb10286 100755 --- a/tests/command/reliability.sh +++ b/tests/command/reliability.sh @@ -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 -- 2.30.2