PLOT Subcommand (POWER PROPORTIONS 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. - NULL
- The optional keyword controls the two-dimensional power by null value chart. The chart is suppressed by default. When specified, the chart displays.
- ALTERNATIVE
- The optional keyword controls the two-dimensional power by alternative value chart. The chart is suppressed by default. When specified, the chart displays.
- DIFF
- The optional keyword controls the two-dimensional power by risk difference chart. The chart is suppressed by default. When specified, the chart displays.
- N_XAXIS(integer1 integer2) DIFF_YAXIS
- The optional keyword controls the three-dimensional power by total number of
trials (x -axis) and risk difference (y-axis) chart. The chart is suppressed by default. When the
keyword is specified, the chart displays.Note: integer1and integer2 follow the same rules as specified for N.
- N_YAXIS(integer1 integer2) DIFF_XAXIS
- The optional keyword controls the three-dimensional power by total number of
trials (y-axis) and risk difference (x -axis) chart. The chart is suppressed by default. When the
keyword is specified, the chart displays.Note: integer1and integer2 follow the same rules as specified for N.
- NULL_XAXIS ALTERNATIVE_YAXIS
- The optional keyword controls the three-dimensional power by null (x -axis) and alternative value (y-axis) chart. The chart is suppressed by default. When the keyword is specified, the chart displays.
- NULL_YAXIS ALTERNATIVE_XAXIS
- The optional keyword controls the three-dimensional power by null (y-axis) and alternative value (x -axis) chart. The chart is suppressed by default. When the keyword is specified, the chart displays.
- 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.