This section describes the ODS tables produced by the CAPABILITY procedure.
Table 5.5 summarizes the ODS tables that you can request with options in the PROC CAPABILITY statement.
Table 5.5: ODS Tables Produced with the PROC CAPABILITY Statement
| 
                            Table Name  | 
                               
                             
                               
                        
                            Description  | 
                               
                             
                               
                        
                            Option  | 
                               
                             
                             
                     
|---|---|---|
| 
                            BasicIntervals  | 
                             
                               
                               
                        
                            confidence intervals for mean, standard deviation, variance  | 
                             
                               
                               
                        
                            CIBASIC  | 
                             
                             
                     
| 
                            BasicMeasures  | 
                             
                               
                               
                        
                            measures of location and variability  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            ExtremeObs  | 
                             
                               
                               
                        
                            extreme observations  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            ExtremeValues  | 
                             
                               
                               
                        
                            extreme values  | 
                             
                               
                               
                        
                            NEXTRVAL=  | 
                             
                             
                     
| 
                            Frequencies  | 
                             
                               
                               
                        
                            frequencies  | 
                             
                               
                               
                        
                            FREQ  | 
                             
                             
                     
| 
                            LocationCounts  | 
                             
                               
                               
                        
                            counts used for sign test and signed rank test  | 
                             
                               
                               
                        
                            LOCCOUNTS  | 
                             
                             
                     
| 
                            MissingValues  | 
                             
                               
                               
                        
                            missing values  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            Modes  | 
                             
                               
                               
                        
                            modes  | 
                             
                               
                               
                        
                            MODES  | 
                             
                             
                     
| 
                            Moments  | 
                             
                               
                               
                        
                            sample moments  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            Quantiles  | 
                             
                               
                               
                        
                            quantiles  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            RobustScale  | 
                             
                               
                               
                        
                            robust measures of scale  | 
                             
                               
                               
                        
                            ROBUSTSCALE  | 
                             
                             
                     
| 
                            TestsForLocation  | 
                             
                               
                               
                        
                            tests for location  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            TestsForNormality  | 
                             
                               
                               
                        
                            tests for normality  | 
                             
                               
                               
                        
                            NORMALTEST  | 
                             
                             
                     
| 
                            TrimmedMeans  | 
                             
                               
                               
                        
                            trimmed means  | 
                             
                               
                               
                        
                            TRIMMED=  | 
                             
                             
                     
| 
                            WinsorizedMeans  | 
                             
                               
                               
                        
                            Winsorized means  | 
                             
                               
                               
                        
                            WINSORIZED=  | 
                             
                             
                     
Table 5.6 summarizes the ODS tables related to capability indices that you can request with options in the PROC CAPABILITY statement when you provide specification limits with a SPEC statement or with a SPEC= data set.
Table 5.6: ODS Tables Related to Specification Limits
| 
                            Table Name  | 
                               
                             
                               
                        
                            Description  | 
                               
                             
                               
                        
                            Option  | 
                               
                             
                             
                     
|---|---|---|
| 
                            CIProbExSpecs  | 
                             
                               
                               
                        
                            confidence limits for probabilities of exceeding specifications  | 
                             
                               
                               
                        
                            CIPROBEX  | 
                             
                             
                     
| 
                            Indices  | 
                             
                               
                               
                        
                            standard capability indices  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
| 
                            SpecialIndices  | 
                             
                               
                               
                        
                            specialized capability indices  | 
                             
                               
                               
                        
                            SPECIALINDICES  | 
                             
                             
                     
| 
                            Specifications  | 
                             
                               
                               
                        
                            percents outside specification limits based on empirical  | 
                             
                               
                               
                        
                            default  | 
                             
                             
                     
Table 5.7 summarizes the ODS tables related to fitted distributions that you can request with options in the HISTOGRAM statement.
Table 5.7: ODS Tables Produced with the HISTOGRAM Statement
| 
                            Table Name  | 
                               
                             
                               
                        
                            Description  | 
                               
                             
                               
                        
                            Option  | 
                               
                             
                             
                     
|---|---|---|
| 
                            Bins  | 
                             
                               
                               
                        
                            histogram bins  | 
                             
                               
                               
                        
                            MIDPERCENTS suboption with any distribution option, such as NORMAL(MIDPERCENTS)  | 
                             
                             
                     
| 
                            FitIndices  | 
                             
                               
                               
                        
                            capability indices computed from fitted distribution  | 
                             
                               
                               
                        
                            INDICES suboption with any distribution option, such as LOGNORMAL(INDICES)  | 
                             
                             
                     
| 
                            FitQuantiles  | 
                             
                               
                               
                        
                            quantiles of fitted distribution  | 
                             
                               
                               
                        
                            any distribution option such as NORMAL  | 
                             
                             
                     
| 
                            GoodnessOfFit  | 
                             
                               
                               
                        
                            goodness-of-fit tests for fitted distribution  | 
                             
                               
                               
                        
                            any distribution option such as NORMAL  | 
                             
                             
                     
| 
                            ParameterEstimates  | 
                             
                               
                               
                        
                            parameter estimates for fitted distribution  | 
                             
                               
                               
                        
                            any distribution option such as NORMAL  | 
                             
                             
                     
| 
                            Specifications  | 
                             
                               
                               
                        
                            percents outside specification limits based on empirical and fitted distributions  | 
                             
                               
                               
                        
                            any distribution option such as NORMAL  | 
                             
                             
                     
The following table summarizes the ODS tables that you can request with options in the INTERVALS statement.
Table 5.8: ODS Tables Produced with the INTERVALS Statement
| 
                            Table Name  | 
                               
                             
                               
                        
                            Description  | 
                               
                             
                               
                        
                            Option  | 
                               
                             
                             
                     
|---|---|---|
| 
                            Intervals1  | 
                             
                               
                               
                        
                            prediction interval for future observations  | 
                             
                               
                               
                        
                            METHODS=1  | 
                             
                             
                     
| 
                            Intervals2  | 
                             
                               
                               
                        
                            prediction interval for mean  | 
                             
                               
                               
                        
                            METHODS=2  | 
                             
                             
                     
| 
                            Intervals3  | 
                             
                               
                               
                        
                            tolerance interval for proportion of population  | 
                             
                               
                               
                        
                            METHODS=3  | 
                             
                             
                     
| 
                            Intervals4  | 
                             
                               
                               
                        
                            confidence limits for mean  | 
                             
                               
                               
                        
                            METHODS=4  | 
                             
                             
                     
| 
                            Intervals5  | 
                             
                               
                               
                        
                            prediction interval for standard deviation  | 
                             
                               
                               
                        
                            METHODS=5  | 
                             
                             
                     
| 
                            Intervals6  | 
                             
                               
                               
                        
                            confidence limits for standard deviation  | 
                             
                               
                               
                        
                            METHODS=6  |