/[pspp]/pspp/tests/command/t-test-1-indep-val.sh
ViewVC logotype

Diff of /pspp/tests/command/t-test-1-indep-val.sh

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

revision 1.7 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.8 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 87  if [ $? -ne 0 ] ; then no_result ; fi Line 87  if [ $? -ne 0 ] ; then no_result ; fi
87    
88    
89  activity="compare output"  activity="compare output"
90  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
91  diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'  diff  -b $TEMPDIR/pspp.list - <<EOF
92  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
93  +--------+------+  +--------+------+
94  |Variable|Format|  |Variable|Format|
# Line 96  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 96  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
96  |INDEP   |F8.0  |  |INDEP   |F8.0  |
97  |DEP     |F8.0  |  |DEP     |F8.0  |
98  +--------+------+  +--------+------+
   
99  2.1 T-TEST.  Group Statistics  2.1 T-TEST.  Group Statistics
100  #===========#==#====#==============#========#  #===========#==#====#==============#========#
101  #     INDEP | N|Mean|Std. Deviation|SE. Mean#  #     INDEP | N|Mean|Std. Deviation|SE. Mean#
# Line 104  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 103  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
103  #DEP < 1.514|11|8.00|         2.864|    .863#  #DEP < 1.514|11|8.00|         2.864|    .863#
104  #    >=1.514|11|9.00|         3.821|   1.152#  #    >=1.514|11|9.00|         3.821|   1.152#
105  #===========#==#====#==============#========#  #===========#==#====#==============#========#
   
106  2.2 T-TEST.  Independent Samples Test  2.2 T-TEST.  Independent Samples Test
107  #==============================#=========#===============================================================================#  #==============================#=========#===============================================================================#
108  #                              #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