Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
INSET Statement

Syntax

The syntax for the INSET statement is as follows:

INSET keyword-list < / options >;


You can use any number of INSET statements in the CUSUM procedure. Each INSET statement produces a separate inset and must follow an XCHART statement. The inset appears on every panel (page) produced by the last XCHART 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 starting at "Syntax" of Part 9, "The SHEWHART Procedure." The INSET statement options are identical in the CUSUM and SHEWHART procedures, but the available keywords are different. The keywords available with the CUSUM procedure are listed in Table 13.1 to Table 13.3.

Table 13.1: Summary Statistics
ARL0average run length for zero shift
ARLDELTAaverage run length for shift of \delta
DATA=arbitrary values from SAS-data-set
Nnominal subgroup size
NMINminimum subgroup size
NMAXmaximum subgroup size


Table 13.2: Parameters for One-Sided (Decision Interval) Cusum Scheme
DELTAshift to be detected as multiple of standard error
Hdecision interval h as a multiple of standard error
HEADSTARTheadstart value S0 as a multiple of standard error
Kreference value k
MU0target mean \mu_{0}
SHIFTshift to be detected in data units
STDDEVestimated or specified process standard deviation


Table 13.3: Parameters for Two-Sided (V-Mask) Cusum Scheme
ALPHAprobability of Type 1 error
BETAprobability of Type 2 error
Hvertical distance between V-mask origin and upper (or lower) arm
Kslope of lower arm of V-mask
SIGMASprobability of Type 1 error as probability that standard normally distributed variable exceeds a specified value in absolute value

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.