The CAPABILITY Procedure |
The following tables list the PROBPLOT statement options by function. For complete descriptions, see the section Dictionary of Options.
Table 5.59 summarizes the options for requesting a specific theoretical distribution.
Option |
Description |
---|---|
specifies beta probability plot for shape parameters , specified with mandatory ALPHA= and BETA= beta-options |
|
specifies exponential probability plot |
|
specifies gamma probability plot for shape parameter specified with mandatory ALPHA= gamma-option |
|
specifies lognormal probability plot for shape parameter specified with mandatory SIGMA= lognormal-option |
|
specifies normal probability plot |
|
specifies three-parameter Weibull probability plot for shape parameter specified with mandatory C= Weibull-option |
|
specifies two-parameter Weibull probability plot |
Table 5.60 summarizes options that specify distribution parameters and control the display of a distribution reference line. Specify these options in parentheses after the distribution option. For example, the following statements use the NORMAL option to request a normal probability plot with a distribution reference line:
proc capability data=measures; probplot length / normal(mu=10 sigma=0.3 color=red); run;
The MU= and SIGMA= normal-options display a distribution reference line that corresponds to the normal distribution with mean and standard deviation , and the COLOR= normal-option specifies the color for the line.
Option |
Description |
---|---|
Distribution Reference Line Options |
|
specifies color of distribution reference line |
|
specifies line type of distribution reference line |
|
specifies plotting character for line printer plots |
|
specifies width of distribution reference line |
|
Beta-Options |
|
specifies mandatory shape parameter |
|
specifies mandatory shape parameter |
|
specifies for distribution reference line |
|
specifies for distribution reference line |
|
Exponential-Options |
|
specifies for distribution reference line |
|
specifies for distribution reference line |
|
Gamma-Options |
|
specifies mandatory shape parameter |
|
specifies for distribution reference line |
|
specifies for distribution reference line |
|
Lognormal-Options |
|
specifies mandatory shape parameter |
|
specifies slope of distribution reference line |
|
specifies for distribution reference line |
|
specifies for distribution reference line (slope is ) |
|
Normal-Options |
|
specifies for distribution reference line |
|
specifies for distribution reference line |
|
Weibull-Options |
|
specifies mandatory shape parameter |
|
specifies for distribution reference line |
|
specifies for distribution reference line |
|
Weibull2-Options |
|
specifies for distribution reference line (slope is ) |
|
specifies for distribution reference line (intercept is ) |
|
specifies slope of distribution reference line |
|
specifies known lower threshold |
Table 5.61 lists options that control the appearance of the plots.
Option |
Description |
---|---|
General Plot Layout Options |
|
specifies table of contents entry for probability plot grouping |
|
draws grid lines perpendicular to the percentile axis |
|
specifies reference lines perpendicular to the horizontal axis |
|
specifies line labels for HREF= lines |
|
identifies LEGEND statement |
|
adjusts sample size (N) when computing percentiles |
|
suppresses frame around plotting area |
|
suppresses legend |
|
suppresses distribution reference line information in legend |
|
suppresses specifications information in legend |
|
requests minor tick marks for percentile axis |
|
specifies tick mark labels for percentile axis |
|
adjusts ranks when computing percentiles |
|
switches horizontal and vertical axes |
|
displays plot in square format |
|
specifies reference lines perpendicular to the vertical axis |
|
specifies line labels for VREF= lines |
|
Graphics Options |
|
applies annotation to key cell only |
|
specifies annotate data set |
|
specifies color for axis |
|
specifies color for frame |
|
specifies color for filling frame for row labels |
|
specifies color for filling frame for column labels |
|
specifies color for grid lines |
|
specifies color for HREF= lines |
|
specifies color for proportion of frequency bar |
|
specifies color for text |
|
specifies color for row labels |
|
specifies color for column labels |
|
specifies color for VREF= lines |
|
specifies description for plot in graphics catalog |
|
specifies software font for text |
|
specifies AXIS statement for horizontal axis |
|
specifies height of text used outside framed areas |
|
specifies number of horizontal minor tick marks |
|
specifies position for HREF= line labels |
|
specifies software font for text inside framed areas |
|
specifies height of text inside framed areas |
|
specifies distance between tiles |
|
specifies a line type for grid lines |
|
specifies line style for HREF= lines |
|
specifies line style for VREF= lines |
|
specifies name for plot in graphics catalog |
|
specifies number of columns in comparative probability plot |
|
suppresses label for horizontal axis |
|
suppresses label for vertical axis |
|
suppresses tick marks and tick mark labels for vertical axis |
|
specifies number of rows in comparative probability plot |
|
overlays plots for different class levels (ODS Graphics only) |
|
turns and vertically strings out characters in labels for vertical axis |
|
specifies AXIS statement for vertical axis |
|
specifies label for vertical axis |
|
specifies number of vertical minor tick marks |
|
specifies horizontal position of labels for VREF= lines |
|
specifies line thickness for axes and frame |
|
specifies line thickness for grid |
|
Options to Enhance Line Printer Plots |
|
specifies character for GRID lines |
|
specifies character for HREF= lines |
|
suppresses legend for hidden points |
|
specifies character for plotted points |
|
specifies character for VREF= lines |
Copyright © SAS Institute, Inc. All Rights Reserved.