Added the '=' to the plot subcommand's documentation.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 Jul 2009 09:35:38 +0000 (11:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 Jul 2009 09:35:38 +0000 (11:35 +0200)
Thanks to Ben Pfaff for pointing this out.

doc/statistics.texi
tests/command/roc2.sh

index 632c1a3754492fb0eb5aa4c59ff31e810342e272..76925d7e954d865d76217b97e79c86fa3a0ca272 100644 (file)
@@ -960,7 +960,7 @@ analysis tested against the totals.
 
 @display
 ROC     @var{var_list} BY @var{state_var} (@var{state_value})
-        /PLOT @{ CURVE [(REFERENCE)], NONE @}
+        /PLOT @{ CURVE [(REFERENCE)], NONE @}
         /PRINT = [ SE ] [ COORDINATES ]
         /CRITERIA = [ CUTOFF(@{INCLUDE,EXCLUDE@}) ]
           [ TESTPOS (@{LARGE,SMALL@}) ]
index 650db52fd4ce0d5bc0780562467354a361ad03e6..a8020b0c26c6c6f901cf1ce203fb69c5a35ac859 100755 (executable)
@@ -94,7 +94,7 @@ begin data.
 end data.
 
 roc x by a (1)
-       /plot none
+       /plot none
        print = se 
        .
 EOF