From 3224d60c2fdf7fd1fff123fe79fc9c999deaec5b Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 19 Jul 2009 11:35:38 +0200 Subject: [PATCH] Added the '=' to the plot subcommand's documentation. Thanks to Ben Pfaff for pointing this out. --- doc/statistics.texi | 2 +- tests/command/roc2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/statistics.texi b/doc/statistics.texi index 632c1a37..76925d7e 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -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@}) ] diff --git a/tests/command/roc2.sh b/tests/command/roc2.sh index 650db52f..a8020b0c 100755 --- a/tests/command/roc2.sh +++ b/tests/command/roc2.sh @@ -94,7 +94,7 @@ begin data. end data. roc x by a (1) - /plot none + /plot = none print = se . EOF -- 2.30.2