From: Ben Pfaff Date: Sat, 13 Feb 2010 19:32:51 +0000 (-0800) Subject: RELIABILITY: Make expected test results reflect "N of Items" capitalization. X-Git-Tag: sav-api~396 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=c6308e236260e0de05eb161c02a8e9eadf6246c7 RELIABILITY: Make expected test results reflect "N of Items" capitalization. Also update the documentation. --- 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