| PROC CAPABILITY and General Statements |
Summary of Options
The following tables list all the PROC CAPABILITY
options by function.
Table 10.1: Input Data Set Options
|
Option
|
Description
|
| ANNOTATE=SAS-data-set | specifies input data set containing
annotation information |
| DATA=SAS-data-set | specifies input data set |
| EXCLNPWGT | specifies that non-positive weights
are to be excluded |
| NOBYSPECS | specifies that specification limits
in SPEC= data set are to be applied
to all BY groups |
| SPEC=SAS-data-set | specifies input data set with specification
limits |
Table 10.2: Plotting and Graphics Options
|
Option
|
Description
|
| FORMCHAR(index)='string' | defines characters
used for features on plots |
| GOUT=graphics-catalog | specifies catalog for saving
graphical output |
| LINEPRINTER | requests line printer plots |
Table 10.3: Computational Options
|
Option
|
Description
|
PCTLDEF= | specifies definition used to calculate
percentiles |
| ROUND=round-units | specifies units used to round variable values |
| VARDEF=keyword | specifies divisor used to calculate
variances and standard deviations |
Table 10.4: Data Summary Options
|
Option
|
Description
|
| ALL | requests all tables |
| FREQ | requests frequency table |
| MODES | requests table of modes |
| NEXTROBS=n | requests table of lowest,
highest observations |
| NEXTRVAL=n | requests table of lowest,
highest values |
Table 10.5: Output Options
|
Option
|
Description
|
| NOPRINT | suppresses printed output |
| OUTTABLE=SAS-data-set | creates an output data set containing
univariate statistics and capability
indices in tabular form |
Table 10.6: Hypothesis Testing Options
|
Option
|
Description
|
| MU0=value | specifies mean for null hypothesis in
tests for location |
| LOCCOUNT | requests table of counts used in sign
test and signed rank test |
| NORMALTEST | performs tests for normality |
Table 10.7: Robust Estimation Options
|
Option
|
Description
|
| ROBUSTSCALE | requests table of robust measures of scale |
| TRIMMED=(trimmed -options) | requests table of trimmed means |
| WINSORIZED=(Winsorized -options) | requests table of Winsorized means |
Table 10.8: TRIMMED-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Table 10.9: WINSORIZED-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Table 10.10: Capability Index Options
|
Option
|
Description
|
| CPMA=a | (obsolete) specifies for Cpm(a) |
| CHECKINDICES (checkindices-options) | requests test of normality in conjunction
with standard indices |
| SPECIALINDICES | requests table of specialized indices
including Boyles' , ,
, , and
Wright's  |
Table 10.11: CHECKINDICES-Options
|
Option
|
Description
|
| TEST=SW|KS|AD|CVM| NONE | specifies test for normality (Shapiro-Wilk, Kolmogorov-Smirnov,
Anderson-Darling, Cramér-von Mises, or no test) |
Table 10.12: Confidence Limit Options
|
Option
|
Description
|
| ALPHA=value | specifies level for all confidence limits |
| CIBASIC (cibasic-options) | requests confidence limits for the mean, standard deviation,
variance |
| CIINDICES (ciindices-options) | specifies level and type of confidence limits for capability
indices |
| CIPCTLDF ( cipctldf-options ) | requests distribution-free confidence limits for percentiles |
| CIPCTLNORMAL (cipctlnormal-options) | requests confidence limits for percentiles assuming normality |
| CIPROBEX (ciprobex-options ) | requests confidence limits for the probability of exceeding
specifications |
Table 10.13: CIBASIC-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Table 10.14: CIINDICES-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Table 10.15: CIPCTLDF-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| SYMMETRIC| ASYMMETRIC | specifies type of confidence limit |
Table 10.16: CIPCTLNORMAL-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Table 10.17: CIPROBEX-Options
|
Option
|
Description
|
| ALPHA=value | specifies confidence level |
| TYPE=LOWER|UPPER| TWOSIDED | specifies type of confidence limit |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.