The ICPHREG Procedure

ODS Graphics

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 ICPHREG assigns a name to each table that it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed separately in Table 9. For more information about ODS, see Chapter 23, Using the Output Delivery System.

Table 9: Graphs Produced by PROC ICPHREG

ODS Graph Name Plot Description Statement Option
CumhazPlot Cumulative hazard function plot PROC ICPHREG PLOTS=CUMHAZ
DevianceResidByXBeta Deviance residuals by linear predictor PROC ICPHREG PLOTS=RESDEV(XBETA)
DevianceResPlot Deviance values PROC ICPHREG PLOTS=RESDEV
DiagnosticPlot Panel of residuals and diagnostic plots PROC ICPHREG PLOTS=RESDEV RESLAG
HazardPlot Hazard function plot PROC ICPHREG PLOTS=HAZARD
IntervalPlot Interval lengths PROC ICPHREG PLOTS=INTERVAL
LagakosResidByXBeta Lagakos residuals by linear predictor PROC ICPHREG PLOTS=RESLAG(XBETA)
LagakosResPlot Lagakos residuals PROC ICPHREG PLOTS=RESLAG
SurvivalPlot Survival function plot PROC ICPHREG PLOTS=SURVIVAL


Last updated: December 09, 2022