/[pspp]/pspp/tests/bugs/t-test-alpha.sh
ViewVC logotype

Diff of /pspp/tests/bugs/t-test-alpha.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jstover, Mon Oct 10 22:18:06 2005 UTC revision 1.8 by jstover, Thu Oct 27 19:32:56 2005 UTC
# Line 78  $SUPERVISOR $here/../src/pspp -o raw-asc Line 78  $SUPERVISOR $here/../src/pspp -o raw-asc
78  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
79    
80  activity="compare output"  activity="compare output"
81  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
82  diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'  diff  -b $TEMPDIR/pspp.list - <<EOF
83  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
84  +--------+------+  +--------+------+
85  |Variable|Format|  |Variable|Format|
# Line 89  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 89  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
89  |DEP1    |F8.0  |  |DEP1    |F8.0  |
90  |DEP2    |F8.0  |  |DEP2    |F8.0  |
91  +--------+------+  +--------+------+
   
92  2.1 T-TEST.  Group Statistics  2.1 T-TEST.  Group Statistics
93  #==========#=#====#==============#========#  #==========#=#====#==============#========#
94  #     INDEP|N|Mean|Std. Deviation|SE. Mean#  #     INDEP|N|Mean|Std. Deviation|SE. Mean#
# Line 99  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 98  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
98  #DEP2 a    |5|4.00|          .707|    .316#  #DEP2 a    |5|4.00|          .707|    .316#
99  #     b    |5|2.00|          .707|    .316#  #     b    |5|2.00|          .707|    .316#
100  #==========#=#====#==============#========#  #==========#=#====#==============#========#
   
101  2.2 T-TEST.  Independent Samples Test  2.2 T-TEST.  Independent Samples Test
102  #===============================#==========#===============================================================================#  #===============================#==========#===============================================================================#
103  #                               # Levene's |                          t-test for Equality of Means                         #  #                               # Levene's |                          t-test for Equality of Means                         #

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26