pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/oneway.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/command/oneway.sh
Date: Thu, 27 Oct 2005 14:57:53 -0400

Index: pspp/tests/command/oneway.sh
diff -u pspp/tests/command/oneway.sh:1.12 pspp/tests/command/oneway.sh:1.13
--- pspp/tests/command/oneway.sh:1.12   Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/oneway.sh        Thu Oct 27 18:57:39 2005
@@ -92,8 +92,8 @@
 $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
-perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
-diff -b  $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
+diff -b  $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|
@@ -101,7 +101,6 @@
 |QUALITY |F8.0  |
 |BRAND   |F8.0  |
 +--------+------+
-
 2.1 ONEWAY.  Descriptives
 
#===============#========#==#====#==============#==========#=======================#=======#=======#
 #               |        #  |    |              |          |    95% Confidence 
    |       |       #
@@ -113,14 +112,12 @@
 #               |Charlies# 5|5.00|          1.58|       .71|       3.04|       
6.96|   3.00|   7.00#
 #               |Total   #15|3.47|          1.77|       .46|       2.49|       
4.45|   1.00|   7.00#
 
#===============#========#==#====#==============#==========#===========#===========#=======#=======#
-
 2.2 ONEWAY.  Test of Homogeneity of Variances
 #===============#================#===#===#============#
 #               #Levene Statistic|df1|df2|Significance#
 #===============#================#===#===#============#
 #Breaking Strain#            .092|  2| 12|        .913#
 #===============#================#===#===#============#
-
 2.3 ONEWAY.  ANOVA
 
#==============================#==============#==#===========#=====#============#
 #                              #Sum of Squares|df|Mean Square|  F  
|Significance#
@@ -129,7 +126,6 @@
 #               |Within Groups #         23.60|12|      1.967|     |           
 #
 #               |Total         #         43.73|14|           |     |           
 #
 
#===============#==============#==============#==#===========#=====#============#
-
 2.4 ONEWAY.  Contrast Coefficients
 #==========#=======================#
 #          #      Manufacturer     #
@@ -139,7 +135,6 @@
 #Contrast|1#     -2|     1|       1#
 #        |2#      0|    -1|       1#
 #========#=#=======#======#========#
-
 2.5 ONEWAY.  Contrast Tests
 
#===============================================#=================#==========#=====#=====#===============#
 #                                       Contrast#Value of Contrast|Std. Error| 
 t  |  df |Sig. (2-tailed)#
@@ -149,7 +144,6 @@
 #               |Does not assume equal |    1   #             3.80|     
1.483|2.562|8.740|           .031#
 #               |                      |    2   #             1.80|      
.917|1.964|7.720|           .086#
 
#===============#======================#========#=================#==========#=====#=====#===============#
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]