|
Chapter Contents |
Previous |
Next |
| PROC CAPABILITY and General Statements |
The following table summarizes the ODS tables that you can request with options in the PROC CAPABILITY statement.
Table 1.21: 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= |
The following table 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 1.22: ODS Tables Related to Specification Limits| Table Name | Description | Option |
| CIProbExSpecs | confidence limits for probabilities of exceeding specifications | CIPROBEX in PROC CAPABILITY statement |
| Indices | standard capability indices | default |
| SpecialIndices | specialized capability indices | SPECIALINDICES in PROC CAPABILITY statement |
| Specifications | percents outside specification limits based on empirical | default |
The following table summarizes the ODS tables related to fitted distributions that you can request with options in the HISTOGRAM statement.
Table 1.23: ODS Tables Produced with the HISTOGRAM Statement| Table Name | Description | Option |
| Bins | histogram bins | MIDPERCENTS sub-option with any distribution option, such as NORMAL( MIDPERCENTS) |
| FitIndices | capability indices computed from fitted distribution | INDICES sub-option 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 1.24: 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 proporation 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 |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.