Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
INSET and INSET2 Statements

Summary of INSET Keywords

All keywords available with the SHEWHART procedure's INSET and INSET2 statements request a single statistic in an inset, except for the NTESTS, NTESTS2 and DATA= keywords. The NTESTS and NTESTS2 keywords each require a list of indexes specifying the tests for special causes whose counts of positive results are to be displayed:

   inset ntests 1 2 3 4;
   inset ntests2 1 to 4;

For each of the requested tests, the number of positive results for the test is displayed in the inset. So if tests 1 through 4 are requested the results occupy four lines in the inset.

The DATA= keyword specifies a SAS data set containing (label, value) pairs to be displayed in an inset. The data set must contain the variables _LABEL_ and _VALUE_. _LABEL_ is a character variable whose values provide labels for inset entries. _VALUE_ can be character or numeric, and provides values displayed in the inset. The label and value from each observation in the DATA= data set occupy one line in the inset. Figure 45.3 shows an inset containing entries from a DATA= data set.

Table 45.1: Summary Statistics
MEANestimated or specified process mean
Nnominal subgroup size
NMINminimum subgroup size
NMAXmaximum subgroup size
NOUTnumber of subgroups outside control limits on primary chart
NLOWnumber of subgroups below lower control limit on primary chart
NHIGHnumber of subgroups above upper control limit on primary chart
NTESTSnumber of positive results of tests for special causes on primary chart
STDDEVestimated or specified process standard deviation
DATA=(label, value) pairs from SAS-data-set

Table 45.2: Secondary Chart Summary Statistics
MEAN2mean of subgroup ranges or standard deviations
NOUT2number of subgroups outside control limits on secondary chart
NLOW2number of subgroups below lower control limit on secondary chart
NHIGH2number of subgroups above upper control limit on secondary chart
NTESTS2number of positive results of tests for special causes on secondary chart

Table 45.3: Specification Limits
LSLlower specification limit
USLupper specification limit
TARGETtarget value

Table 45.4: Capability Indices and Confidence Limits
CIALPHA\alpha value for computing capability index confidence limits
CPcapability index Cp
CPLCLlower confidence limit for Cp
CPUCLupper confidence limit for Cp
CPKcapability index Cpk
CPKLCLlower confidence limit for Cpk
CPKUCLupper confidence limit for Cpk
CPLcapability index CPL
CPLLCLlower confidence limit for CPL
CPLUCLupper confidence limit for CPL
CPMcapability index Cpm
CPMLCLlower confidence limit for Cpm
CPMUCLupper confidence interval for Cpm
CPUcapability index CPU
CPULCLlower confidence limit for CPU
CPUUCLupper confidence limit for CPU

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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