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/weight.sh


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

Index: pspp/tests/command/weight.sh
diff -u pspp/tests/command/weight.sh:1.13 pspp/tests/command/weight.sh:1.14
--- pspp/tests/command/weight.sh:1.13   Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/weight.sh        Thu Oct 27 18:57:39 2005
@@ -66,8 +66,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare results"
-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 1 record from file $top_srcdir/tests/weighting.data.
 +--------+------+-------+------+
 |Variable|Record|Columns|Format|
@@ -75,14 +75,12 @@
 |AVAR    |     1|  1-  5|F5.0  |
 |BVAR    |     1|  6- 10|F5.0  |
 +--------+------+-------+------+
-
 2.1 DESCRIPTIVES.  Valid cases = 730; cases with missing value(s) = 0.
 
+--------#-------+---------+------+--------+-------+--------+--------+--------+--------+--------+------+-------+-------+---------+
 |Variable#Valid N|Missing N| Mean |S E Mean|Std Dev|Variance|Kurtosis|S E 
Kurt|Skewness|S E Skew| Range|Minimum|Maximum|   Sum   |
 
#========#=======#=========#======#========#=======#========#========#========#========#========#======#=======#=======#=========#
 |AVAR    #    730|        0|31.515|    .405| 10.937| 119.608|   2.411|    
.181|   1.345|    .090|76.000| 18.000| 94.000|23006.000|
 
+--------#-------+---------+------+--------+-------+--------+--------+--------+--------+--------+------+-------+-------+---------+
-
 3.1 FREQUENCIES.  AVAR: 
 +--------+--------+---+---+
 |        |        |   |Cum|
@@ -141,7 +139,6 @@
 |      80|       1|  0|100|
 |      94|       1|  0|100|
 +--------+--------+---+---+
-
 +-----------------+---------+
 |N         Valid  |      730|
 |          Missing|        0|




reply via email to

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