The PHREG Procedure |
ODS Graphics |
To request graphics with PROC PHREG, you must first enable ODS Graphics by specifying the ods graphics on statement. See Chapter 21, Statistical Graphics Using ODS, for more information. You can reference every graph produced through ODS Graphics with a name. The names of the graphs that PROC PHREG generates are listed separately in Table 64.7 for the maximum likelihood analysis and in Table 64.8 for the Bayesian analysis.
ODS Graph Name |
Plot Description |
Statement / Option |
---|---|---|
CumhazPlot |
Cumulative hazard function plot |
PROC / PLOTS=CUMHAZ |
CumulativeResiduals |
Cumulative martingale residual plot |
ASSESS / VAR= |
CumResidPanel |
Panel plot of cumulative martingale residuals |
ASSESS / VAR=, CRPANEL |
Mean cumulative function plot |
PROC / PLOTS=MCF |
|
ScoreProcess |
Standardized score process plot |
ASSESS / PH |
Survivor function plot |
PROC / PLOTS=SURVIVAL |
ODS Graph Name |
Plot Description |
Statement / Option |
---|---|---|
ADPanel |
Autocorrelation function and density panel |
BAYES / PLOTS=(AUTOCORR DENSITY) |
AutocorrPanel |
Autocorrelation function panel |
BAYES / PLOTS= AUTOCORR |
AutocorrPlot |
Autocorrelation function plot |
BAYES / PLOTS(UNPACK)=AUTOCORR |
CumhazPlot |
Cumulative hazard function plot |
PROC / PLOTS=CUMHAZ |
DensityPanel |
Density panel |
BAYES / PLOTS=DENSITY |
DensityPlot |
Density plot |
BAYES / PLOTS(UNPACK)=DENSITY |
SurvivalPlot |
Survivor function plot |
PROC / PLOTS=SURVIVAL |
TAPanel |
Trace and autocorrelation function panel |
BAYES / PLOTS=(TRACE AUTOCORR) |
TADPanel |
Trace, density, and autocorrelation function panel |
BAYES / PLOTS=(TRACE AUTOCORR DENSITY) |
TDPanel |
Trace and density panel |
BAYES / PLOTS=(TRACE DENSITY) |
TracePanel |
Trace panel |
BAYES / PLOTS=TRACE |
TracePlot |
Trace plot |
BAYES / PLOTS(UNPACK)=TRACE |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.