Syntax: INSET Statement |
The syntax for the INSET statement is as follows:
You can use any number of INSET statements in the MACONTROL procedure. Each INSET statement produces a separate inset and must follow an EWMACHART or MACHART statement. The inset appears on every panel (page) produced by the last chart statement preceding it.
Keywords specify the statistics to be displayed in an inset; options control the inset’s location and appearance. A complete description of the INSET statement syntax is given in the section Syntax: INSET and INSET2 Statements of Chapter 15, The SHEWHART Procedure. The INSET statement options are identical in the MACONTROL and SHEWHART procedures, but the available keywords are different. The options are listed in Table 15.87. The keywords available with the MACONTROL procedure are listed in Table 9.14 to Table 9.17.
Keyword |
Description |
---|---|
MEAN |
estimated or specified process mean |
N |
nominal subgroup size |
NMIN |
minimum subgroup size |
NMAX |
maximum subgroup size |
NOUT |
number of subgroups outside control limits |
NLOW |
number of subgroups below lower control limit |
NHIGH |
number of subgroups above upper control limit |
STDDEV |
estimated or specified process standard deviation |
DATA= |
arbitrary values from SAS-data-set |
Keyword |
Description |
---|---|
SPAN |
number of terms used to calculate moving average |
Keyword |
Description |
---|---|
WEIGHT |
weight assigned to most recent subgroup mean in computation of the EWMA |
You can use the keywords in Table 9.17 only when producing ODS Graphics output. The labels for the statistics use Greek letters.
Keyword |
Description |
---|---|
UMU |
estimated or specified process mean |
USIGMA |
estimated or specified process standard deviation |