/[pspp]/pspp/tests/command/t-test-pairs.sh
ViewVC logotype

Diff of /pspp/tests/command/t-test-pairs.sh

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

revision 1.8 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.9 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 69  $SUPERVISOR $here/../src/pspp -o raw-asc Line 69  $SUPERVISOR $here/../src/pspp -o raw-asc
69  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
70    
71  activity="compare output"  activity="compare output"
72  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
73  diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'  diff  -b $TEMPDIR/pspp.list - <<EOF
74  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
75  +--------+------+  +--------+------+
76  |Variable|Format|  |Variable|Format|
# Line 79  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 79  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
79  |A       |F8.0  |  |A       |F8.0  |
80  |B       |F8.0  |  |B       |F8.0  |
81  +--------+------+  +--------+------+
   
82  2.1 T-TEST.  Paired Sample Statistics  2.1 T-TEST.  Paired Sample Statistics
83  #========#====#=#==============#========#  #========#====#=#==============#========#
84  #        #Mean|N|Std. Deviation|SE. Mean#  #        #Mean|N|Std. Deviation|SE. Mean#
# Line 87  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 86  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
86  #Pair 0 A#2.00|5|          .707|    .316#  #Pair 0 A#2.00|5|          .707|    .316#
87  #       B#4.00|5|         1.541|    .689#  #       B#4.00|5|         1.541|    .689#
88  #========#====#=#==============#========#  #========#====#=#==============#========#
   
89  2.2 T-TEST.  Paired Samples Correlations  2.2 T-TEST.  Paired Samples Correlations
90  #======#=====#=#===========#====#  #======#=====#=#===========#====#
91  #      |     #N|Correlation|Sig.#  #      |     #N|Correlation|Sig.#
92  #======#=====#=#===========#====#  #======#=====#=#===========#====#
93  #Pair 0|A & B#5|       .918|.028#  #Pair 0|A & B#5|       .918|.028#
94  #======#=====#=#===========#====#  #======#=====#=#===========#====#
   
95  2.3 T-TEST.  Paired Samples Test  2.3 T-TEST.  Paired Samples Test
96  #===========#=====================================================#======#==#===============#  #===========#=====================================================#======#==#===============#
97  #           #                  Paired Differences                 |      |  |               #  #           #                  Paired Differences                 |      |  |               #

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

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