Implemented long variable names a la spss V12.
[pspp-builds.git] / tests / command / oneway.sh
index cedaedf876cd7bb0c931512df8f962d5bb6f5918..8851fe940f844d92ecd83186299ee8d7c0f5c06d 100755 (executable)
@@ -75,8 +75,8 @@ VALUE LABELS /brand 1 'Aspeger' 2 'Bloggs' 3 'Charlies'.
 ONEWAY
        quality BY brand
        /STATISTICS descriptives homogeneity
-       /CONTRASTS =  -2 1 1 
-       /CONTRASTS = 0 -1 1
+       /CONTRAST =  -2 1 1 
+       /CONTRAST = 0 -1 1
        .
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi