Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
PROC CAPABILITY and General Statements

ODS Tables

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 1.21: ODS Tables Produced with the PROC CAPABILITY Statement
Table Name Description Option
BasicIntervalsconfidence intervals for mean, standard deviation, varianceCIBASIC
BasicMeasuresmeasures of location and variabilitydefault
ExtremeObsextreme observationsdefault
ExtremeValuesextreme valuesNEXTRVAL=
FrequenciesfrequenciesFREQ
LocationCountscounts used for sign test and signed rank testLOCCOUNTS
MissingValuesmissing valuesdefault
ModesmodesMODES
Momentssample momentsdefault
Quantilesquantilesdefault
RobustScalerobust measures of scaleROBUSTSCALE
TestsForLocationtests for locationdefault
TestsForNormalitytests for normalityNORMALTEST
TrimmedMeanstrimmed meansTRIMMED=
WinsorizedMeansWinsorized meansWINSORIZED=

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
CIProbExSpecsconfidence limits for probabilities of exceeding specificationsCIPROBEX in PROC CAPABILITY statement
Indicesstandard capability indicesdefault
SpecialIndicesspecialized capability indicesSPECIALINDICES in PROC CAPABILITY statement
Specificationspercents outside specification limits based on empiricaldefault

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
Binshistogram binsMIDPERCENTS sub-option with any distribution option, such as NORMAL( MIDPERCENTS)
FitIndicescapability indices computed from fitted distributionINDICES sub-option with any distribution option, such as LOGNORMAL( INDICES)
FitQuantilesquantiles of fitted distributionany distribution option such as NORMAL
GoodnessOfFitgoodness-of-fit tests for fitted distributionany distribution option such as NORMAL
ParameterEstimatesparameter estimates for fitted distributionany distribution option such as NORMAL
Specificationspercents outside specification limits based on empirical and fitted distributionsany 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
Intervals1prediction interval for future observationsMETHODS=1
Intervals2prediction interval for meanMETHODS=2
Intervals3tolerance interval for proporation of populationMETHODS=3
Intervals4confidence limits for meanMETHODS=4
Intervals5prediction interval for standard deviationMETHODS=5
Intervals6confidence limits for standard deviationMETHODS=6

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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