PLOT Subcommand (POWER MEANS ONESAMPLE command)
The optional PLOT
subcommand controls the output charts. By default, no charts
are created. When the subcommand is specified, only the outputs for the following keywords are
created.
- N(integer1 integer2)
- The optional keyword controls the two-dimensional power by sample size
chart. The chart is suppressed by default. When a single POWER value is used the
chart displays plot boundaries determined by
integer1
andinteger2
respectively; when a list or range of POWER values are specified,integer1
andinteger2
are ignored. - ES(value1 value2)
- The optional keyword controls the two-dimensional power by effect size
chart. The chart is suppressed by default. When the keyword is specified, the chart displays. When
no values are specified, the default plot range of the effect size is used. When values are
specified, the plot boundaries are determined by value1 and
value2, respectively. Both value1 and
value2 are numeric values, separated by a blank space (or blank spaces), and must
satisfy
−5.0 ≤ value1 < value2 ≤ 5.0
when /CRITERIA TEST = DIRECTIONAL, or0 ≤ value1 < value2 ≤ 5.0
when /CRITERIA TEST = NONDIRECTIONAL. You can either omit or specify both numeric values. - N_XAXIS(integer1 integer2) ES_YAXIS(value1 value2)
- The optional keyword controls the three-dimensional power by sample size
(x-axis) and effect size (y-axis) chart. The chart is suppressed by default. When the keyword is
specified, the chart displays.Note: integer1, integer2, value1, and value2 follow the same rules as specified for N and ES.
- N_YAXIS(integer1 integer2) ES_XAXIS(value1 value2)
- The optional keyword controls the three-dimensional power by sample size
(y-axis) and effect size (x-axis) chart. The chart is suppressed by default. When the keyword is
specified, the chart displays.Note: integer1, integer2, value1, and value2 follow the same rules as specified for N and ES.
- VROTATE(integer)
- The optional keyword sets the vertical rotation degrees (clockwise from the left) for the
three-dimensional chart. The keyword takes effect when the three-dimensional plot is requested. The
value must be a single integer
∈[0,359]
with10
as the default setting. - HROTATE(integer)
- The optional keyword sets the horizontal rotation degrees (clockwise from the front) for the
three-dimensional chart. The keyword takes effect when the three-dimensional plot is requested. The
value must be a single integer
∈[0,359]
with325
as the default setting.