This section describes the use of ODS Graphics for creating statistical graphs of the distribution of estimable functions with the ESTIMATE statement. The plots can be produced only in association with the LIFEREG and PHREG procedures, which can perform Bayesian analysis. The plots are available via these procedures directly, and also via PROC PLM when it is run using an item store that was created by these procedures.
To request these graphs you must do the following:
For more information about ODS Graphics, see ChapterĀ 21: Statistical Graphics Using ODS. The available graphs are summarized in Table 19.20.
Table 19.20: Graphs Produced by the ESTIMATE statement
ODS Graph Name |
Plot Description |
Required Option |
---|---|---|
BoxPlot |
Displays box plots of estimable functions across a posterior sample. |
PLOTS=BOXPLOT |
DistPanel |
Displays panels of histograms with kernel density curves overlaid. Each plot contains the results for the posterior sample of each estimable function. |
PLOTS=DISTPLOT |
DistPlot |
Displays a histogram with a kernel density curve overlaid. The plot contains the results for the posterior sample of the estimable function. |
PLOTS=DISTPLOT (UNPACK) |
For details about the plot-options of the ESTIMATE statement, see the PLOTS= option in the section ESTIMATE Statement.