Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
PPPLOT Statement

Summary of Options

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

Distribution Options

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

Table 8.1: Options for Specifying the Theoretical Distribution
BETA(beta-options)specifies beta P-P plot
EXPONENTIAL(exponential-options)specifies exponential P-P plot
GAMMA(gamma-options)specifies gamma P-P plot
LOGNORMAL(lognormal-options)specifies lognormal P-P plot
NORMAL(normal-options)specifies normal P-P plot
WEIBULL(Weibull-options)specifies Weibull P-P plot

Table 8.2 through Table 8.8 summarize options that specify distribution parameters and control the display of the diagonal 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 P-P plot:

   proc capability data=measures;
      ppplot length / normal(mu=10 sigma=0.3 color=red);
   run;

The MU= and SIGMA= normal-options specify \mu and \sigma for the normal distribution, and the COLOR= normal-option specifies the color for the line.

Table 8.2: Distribution Reference Line Options
COLOR=colorspecifies color of distribution reference line
L=linetypespecifies line type of distribution reference line
NOLINEsuppresses the distribution reference line
SYMBOL='character'specifies plotting character for line printer
W=nspecifies width of distribution reference line

Table 8.3: Beta-Options
ALPHA=valuespecifies shape parameter \alpha
BETA=valuespecifies shape parameter \beta
SIGMA=valuespecifies scale parameter \sigma
THETA=valuespecifies lower threshold parameter \theta

Table 8.4: Exponential-Options
SIGMA=valuespecifies scale parameter \sigma
THETA=valuespecifies threshold parameter \theta

Table 8.5: Gamma-Options
ALPHA=valuespecifies shape parameter \alpha
SIGMA=valuespecifies scale parameter \sigma
THETA=valuespecifies threshold parameter \theta

Table 8.6: Lognormal-Options
SIGMA=valuespecifies shape parameter \sigma
THETA=valuespecifies threshold parameter \theta
ZETA=valuespecifies scale parameter \zeta

Table 8.7: Normal-Options
MU=valuespecifies mean \mu
SIGMA=valuespecifies standard deviation \sigma

Table 8.8: Weibull-Options
C=valuespecifies shape parameter c
SIGMA=valuespecifies scale parameter \sigma
THETA=valuespecifies threshold parameter \theta

General Options

Table 8.9 through Table 8.11 list options that control the appearance of the plots.

Table 8.9: General Plot Layout Options
HREF=value-listspecifies reference lines perpendicular to the horizontal axis
HREFLABELS='label1' ... 'labeln'specifies line labels for HREF=lines
NOFRAMEsuppresses frame around plotting area
SQUAREdisplays P-P plot in square format
VREF=value-listspecifies reference lines perpendicular to the vertical axis
VREFLABELS='label1' ... 'labeln'specifies line labels for VREF= lines

Table 8.10: Options to Enhance Plots Produced On Line Printers
HREFCHAR='character'specifies line character for HREF=lines
NOOBSLEGENDsuppresses legend for hidden points
PPSYMBOL='character'specifies character for plotted points
VREFCHAR='character'specifies line character for VREF= lines

Table 8.11: 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 plot in graphics catalog
FONT=fontspecifies software font for text
HAXIS=nameidentifies AXIS statement for horizontal axis
HMINOR=nspecifies number of minor tick marks on horizontal axis
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.