The CAPABILITY Procedure |
This section describes the ODS tables produced by the CAPABILITY procedure.
The following table summarizes the ODS tables that you can request with options in 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 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 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 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 |
Copyright © SAS Institute, Inc. All Rights Reserved.