Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
PROBPLOT Statement

Summary of Options

The following tables list the PROBPLOT statement options by function. For complete descriptions, see the "Dictionary of Options" section.

Distribution Options

Table 9.1 summarizes the options for requesting a specific theoretical distribution.

Table 9.1: Keywords to Select a Theoretical Distribution
BETA(beta-options)specifies beta probability plot for shape parameters \alpha, \beta specified with mandatory ALPHA= and BETA= beta-options
EXPONENTIAL(exponential-options)specifies exponential probability plot
GAMMA(gamma-options)specifies gamma probability plot for shape parameter \alpha specified with mandatory ALPHA= gamma-option
LOGNORMAL(lognormal-options)specifies lognormal probability plot for shape parameter \sigma specified with mandatory SIGMA= lognormal-option
NORMAL(normal-options)specifies normal probability plot
WEIBULL(Weibull-options)specifies three-parameter Weibull probability plot for shape parameter c specified with mandatory C= Weibull-option
WEIBULL2(Weibull2-options)specifies two-parameter Weibull probability plot

Table 9.2 through Table 9.9 summarize 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 \mu_0=10 and standard deviation \sigma_0=0.3, and the COLOR= normal-option specifies the color for the line.

Table 9.2: Reference Line Options Available with All Distributions
COLOR=colorspecifies color of distribution reference line
L=linetypespecifies line type of distribution reference line
SYMBOL='character'specifies plotting character for line printer
W=nspecifies width of distribution reference line

Table 9.3: Beta-Options
ALPHA=value-list|ESTspecifies mandatory shape parameter \alpha
BETA=value-list|ESTspecifies mandatory shape parameter \beta
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line
THETA=value|ESTspecifies \theta_0 for distribution reference line

Table 9.4: Exponential-Options
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line
THETA=value|ESTspecifies \theta_0 for distribution reference line

Table 9.5: Gamma-Options
ALPHA=value-list|ESTspecifies mandatory shape parameter \alpha
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line
THETA=value|ESTspecifies \theta_0 for distribution reference line

Table 9.6: Lognormal-Options
SIGMA=value-list|ESTspecifies mandatory shape parameter \sigma
SLOPE=value|ESTspecifies slope of distribution reference line
THETA=value|ESTspecifies \theta_0 for distribution reference line
ZETA=value|ESTspecifies \zeta_0 for distribution reference line (slope is \exp(\zeta_0))

Table 9.7: Normal-Options
MU=value|ESTspecifies \mu_0 for distribution reference line
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line

Table 9.8: Weibull-Options
C=value-list|ESTspecifies mandatory shape parameter c
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line
THETA=value|ESTspecifies \theta_0 for distribution reference line

Table 9.9: Weibull2-Options
C=value|ESTspecifies c0 for distribution reference line (slope is 1/c0)
SIGMA=value|ESTspecifies \sigma_0 for distribution reference line (intercept is \log(\sigma_0))
SLOPE=value|ESTspecifies slope of distribution reference line
THETA=valuespecifies known lower threshold \theta_0

General Options

Table 9.10 through Table 9.12 list options that control the appearance of the plots.

Table 9.10: General Plot Layout Options
GRIDspecifies reference lines perpendicular to the percentile axis at major tick marks
HREF=value-listspecifies reference lines perpendicular to the horizontal axis
HREFLABELS= 'label1' ... 'labeln'specifies line labels for HREF=lines
LEGEND=name | NONEidentifies LEGEND statement
NADJ=valueadjusts sample size (N) when computing percentiles
NOFRAMEsuppresses frame around plotting area
NOLEGENDsuppresses legend
NOLINELEGENDsuppresses distribution reference line information in legend
NOSPECLEGENDsuppresses specifications information in legend
PCTLMINORrequests minor tick marks for percentile axis
PCTLORDER=value-listspecifies tick mark labels for percentile axis
RANKADJ=valueadjusts ranks when computing percentiles
ROTATEswitches horizontal and vertical axes
SQUAREdisplays plot in square format
VREF=value-listspecifies reference lines perpendicular to the vertical axis
VREFLABELS= 'label1' ... 'labeln'specifies line labels for VREF= lines

Table 9.11: Options to Enhance Plots Produced on Line Printers
GRIDCHAR='character'specifies character for GRID lines
HREFCHAR='character'specifies character for HREF=lines
NOOBSLEGENDsuppresses legend for hidden points
PROBSYMBOL='character'specifies character for plotted points
VREFCHAR='character'specifies character for VREF= lines

Table 9.12: Options to Enhance Plots Produced on Graphics Devices
ANNOTATE=SAS-data-setprovides an annotate data set
CAXIS=colorspecifies color for axis
CFRAME=colorspecifies color for frame
CHREF=colorspecifies color for HREF=lines
CTEXT=colorspecifies color for text
CVREF=colorspecifies color for VREF= lines
DESCRIPTION='string'specifies description for graphics catalog member
FONT=fontspecifies software font for text
HAXIS=nameidentifies AXIS statement for horizontal axis
HMINOR=nspecifies number of minor tick marks on horizontal axis
LGRID=linetypespecifies line type for GRID lines
LHREF=linetypespecifies line type for HREF=lines
LVREF=linetypespecifies line type for VREF= lines
NAME='string'specifies name for plot in graphics catalog
VAXIS=nameidentifies AXIS statement for vertical axis
VMINOR=valuespecifies number of minor tick marks on vertical axis

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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