Book Contents
Book Contents
Previous
Previous
Next
Next
SAS/QC User's Guide

Introduction

A process capability analysis compares the distribution of output from an in-control process to its specification limits to determine the consistency with which the specifications can be met. The CAPABILITY procedure provides the following:

You can use the PROC CAPABILITY statement, together with the VAR and SPEC statements, to compute summary statistics and process capability indices. See "Getting Started" for introductory examples. In addition, you can use the statements summarized in the following table to request plots and specialized analyses:

Statement Result
CDFPLOTcumulative distribution function plot
COMPHISTOGRAMcomparative histogram
HISTOGRAMhistogram
INSETinset table on plot
INTERVALSstatistical intervals
OUTPUToutput data set with summary
 statistics and capability indices
PPPLOTprobability-probability plot
PROBPLOTprobability plot
QQPLOTquantile-quantile plot

You can use the INSET statement with any of the plot statements to enhance the plot with an inset table of summary statistics. The INSET statement is applicable only to plots produced on graphics devices.


Learning about the CAPABILITY Procedure

Book Contents
Book Contents
Previous
Previous
Next
Next
Top
Top