Syntax
Specifying One-Sided Schemes
The basic syntax for a
one-sided (decision interval) scheme using
the XCHART statement is as follows:
- XCHART process*subgroup-variable / SCHEME=ONESIDED MU0=target DELTA=shift H=h < options > ;
-
The general form of this syntax is as follows:
- XCHART (processes)*subgroup-variable <( block-variables ) > < =symbol-variable |
='character' > / SCHEME=ONESIDED MU0=target DELTA=shift H=h < options >;
- Note that the options SCHEME=ONESIDED, MU0=, DELTA=, and H= are required unless
their values are read from a LIMITS= data set.
Specifying Two-Sided Schemes
The basic syntax for a two-sided (V-mask) scheme
is as follows:
- XCHART process*subgroup-variable / MU0=target DELTA=shift ALPHA=alpha|H=h < options > ;
-
The general form of this syntax is as follows:
- XCHART (processes)*subgroup-variable <( block-variables )> < =symbol-variable | ='character' > / MU0=target DELTA=shift ALPHA=alpha|H=h < options >;
- Note that the options MU0=, DELTA=, and either ALPHA= or H= are required unless
their values are read from a LIMITS= data set.
Components of the XCHART Statement
You can use any number of XCHART statements
in the CUSUM procedure.
The components of the XCHART statement are described as follows.
- process
- processes
-
identify one or more processes to be analyzed.
The specification of process depends on
the input data set specified in the PROC CUSUM
statement.
A process is required. If more than one process is
specified, enclose the list in parentheses. The parameters specified
in the XCHART statement are applied to all of the
processes.*
- subgroup-variable
-
is the variable that classifies the data into subgroups.
The subgroup-variable is required. In the examples
"Creating a V-Mask Cusum Chart from Raw Data" and "Creating a V-Mask Cusum Chart from Subgroup Summary Data"
, HOUR is the
subgroup variable.
- block-variables
-
are optionally specified variables that group the data into blocks
of consecutive subgroups. The blocks are labeled in a legend, and
each block-variable provides one level of labels in the legend.
See Figure 12.11 for an example.
- symbol-variable
-
is an optionally specified variable whose levels (unique values)
determine the plotting character or symbol marker used to plot
the cusums.
- If you produce a chart on a line printer,
an `A' marks points corresponding to the first level of
the symbol-variable, a `B' marks points
corresponding to the second level, and so on.
- If you produce a chart on a graphics device,
distinct symbol markers are displayed for points corresponding
to the various levels of the symbol-variable.
You can specify the symbol markers with SYMBOLn statements.
- character
-
specifies a plotting character for charts produced on line printers.
See Figure 12.9 for an example.
- options
- specify optional cusum parameters, enhance the appearance of the
chart, request additional analyses, save results in data sets, and so
on. The "Summary of Options" section, which follows, lists all
options by function.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.