Statistical procedures use ODS Graphics to create graphs as part of their output. ODS Graphics is described in detail in ChapterĀ 24, Statistical Graphics Using ODS.
Before you create graphs, ODS Graphics must be enabled (for example, by specifying the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section Enabling and Disabling ODS Graphics in ChapterĀ 24, Statistical Graphics Using ODS.
The overall appearance of graphs is controlled by ODS styles. Styles and other aspects of using ODS Graphics are discussed in the section A Primer on ODS Statistical Graphics in ChapterĀ 24, Statistical Graphics Using ODS.
PROC CAUSALTRT assigns a name to each graph it creates using ODS. You can use these names to refer to the graphs when you use ODS. Table 9 lists the names.
To request these graphs, ODS Graphics must be enabled and you must specify the option indicated in Table 9.
Table 9: Graphs Produced by PROC CAUSALTRT
| ODS Graph Name | Description | Statement | Option |
|---|---|---|---|
| BootHistPlot | Histogram of bootstrap sample estimates | BOOTSTRAP | PLOTS=HIST |
| LogitPSPlot | Kernel density plot for the logit of the propensity score | PSMODEL | PLOTS=LOGITPSCORE |
| OutcomeByPScore | Scatter plot of outcome by propensity score | PSMODEL | PLOTS=OUTBYPSCORE |
| OutcomeByWeight | Scatter plot of outcome by weight | PSMODEL | PLOTS=OUTBYWEIGHT |
| PSCloud | Point clouds of propensity scores | PSMODEL | PLOTS=PSCLOUD |
| PSCovDenPlot | Kernel density plots of PSMODEL effects | PSMODEL | PLOTS=PSCOVDEN |
| PSDistPlot | Box plot of propensity score | PSMODEL | PLOTS=PSDIST |
| WeightCloud | Point clouds of weights | PSMODEL | PLOTS=WEIGHTCLOUD |
| WeightDistPlot | Box plot of weights | PSMODEL | PLOTS=WEIGHTDIST |