Appendix Cox Regression
Appendix Cox Regression
Appendix Cox Regression
Abstract
Survival analysis examines and models the time it takes for events to occur, termed survival
time. The Cox proportional-hazards regression model is the most common tool for studying the
dependency of survival time on predictor variables. This appendix to Fox and Weisberg (2011)
briefly describes the basis for the Cox regression model, and explains how to use the survival
package in R to estimate Cox regressions.
1 Introduction
Survival analysis examines and models the time it takes for events to occur. The prototypical such
event is death, from which the name survival analysis and much of its terminology derives, but
the ambit of application of survival analysis is much broader. Essentially the same methods are
employed in a variety of disciplines under various rubricsfor example, event-history analysis
in sociology and failure-time analysis in engineering. In this appendix, therefore, terms such as
survival are to be understood generically.
Survival analysis focuses on the distribution of survival times. Although there are well known
methods for estimating unconditional survival distributions, most interesting survival modeling ex-
amines the relationship between survival and one or more predictors, usually termed covariates
in the survival-analysis literature. The subject of this appendix is the Cox proportional-hazards
regression model (introduced in a seminal paper by Cox, 1972), a broadly applicable and the most
widely used method of survival analysis. Although we will not discuss them here, the survival pack-
age in R (Therneau, 1999; Therneau and Grambsch, 2000) also contains all of the other commonly
employed tools of survival analysis.1
As is the case for the other appendices to An R Companion to Applied Regression, we assume
that you have read the Companion and are therefore familiar with R2 . In addition, we assume
familiarity with Cox regression. We nevertheless begin with a review of basic concepts, primar-
ily to establish terminology and notation. The second section of the appendix takes up the Cox
proportional-hazards model with time-independent covariates. Time-dependent covariates are in-
troduced in the third section. A fourth and final section deals with diagnostics.
1
The survival package is one of the recommended packages that are included in the standard R distribution.
The package must be loaded via the command library(survival).
2
Most R functions used but not described in this appendix are discussed in Fox and Weisberg (2011). All the R
code used in this appendix can be downloaded from http://tinyurl.com/carbook.
1
2 Basic Concepts and Notation
Let T represent survival time. We regard T as a random variable with cumulative distribution
function P (t) = Pr(T t) and probability density function p(t) = dP (t)/dt. The more optimistic
survival function S(t) is the complement of the distribution function, S(t) = Pr(T > t) = 1 P (t).
A fourth representation of the distribution of survival times is the hazard function, which assesses
the instantaneous risk of demise at time t, conditional on survival to that time:
Models for survival data usually employ the hazard function or the log hazard. For example,
assuming a constant hazard, h(t) = , implies an exponential distribution of survival times, with
density function p(t) = et . Other common hazard models include
log h(t) = + t
which leads to the Weibull distribution of survival times. (See, for example, Cox and Oakes, 1984,
sec. 2.3, for these and other possibilities.) In both the Gompertz and Weibull distributions, the
hazard can either increase or decrease with time; moreover, in both instances, setting = 0 yields
the exponential model.
A nearly universal feature of survival data is censoring, the most common form of which is
right-censoring: Here, the period of observation expires, or an individual is removed from the study,
before the event occursfor example, some individuals may still be alive at the end of a clinical
trial, or may drop out of the study for various reasons other than death prior to its termination. An
observation is left-censored if its initial time at risk is unknown. Indeed, the same observation may
be both right and left-censored, a circumstance termed interval-censoring. Censoring complicates
the likelihood function, and hence the estimation, of survival models.
Moreover, conditional on the value of any covariates in a survival model and on an individuals
survival to a particular time, censoring must be independent of the future value of the hazard
for the individual. If this condition is not met, then estimates of the survival distribution can be
seriously biased. For example, if individuals tend to drop out of a clinical trial shortly before they
die, and therefore their deaths go unobserved, survival time will be over-estimated. Censoring that
meets this requirement is noninformative. A common instance of noninformative censoring occurs
when a study terminates at a predetermined date.
2
or, equivalently,
hi (t) = exp( + 1 xi1 + 2 xi2 + + k xik )
that is, as a linear model for the log-hazard or as a multiplicative model for the hazard. Here, i is
a subscript for observation, and the xs are the covariates. The constant in this model represents
a kind of log-baseline hazard, since log hi (t) = [or hi (t) = e ] when all of the xs are 0. There
are similar parametric regression models based on the other survival distributions described in the
preceding section.3
The Cox model, in contrast, leaves the baseline hazard function (t) = log h0 (t) unspecified:
and
i0 = 1 xi0 1 + 2 xi0 2 + + k xi0 k
The hazard ratio for these two observations,
hi (t) h0 (t)ei
=
hi0 (t) h0 (t)ei0
ei
=
ei0
is independent of time t. Consequently, the Cox model is a proportional-hazards model.
Remarkably, even though the baseline hazard is unspecified, the Cox model can still be esti-
mated by the method of partial likelihood, developed by Cox (1972) in the same paper in which he
introduced what came to called the Cox model. Although the resulting estimates are not as efficient
as maximum-likelihood estimates for a correctly specified parametric hazard regression model, not
having to make arbitrary, and possibly incorrect, assumptions about the form of the baseline hazard
is a compensating virtue of Coxs specification. Having fit the model, it is possible to extract an
estimate of the baseline hazard (see below).
> library(survival)
> args(coxph)
3
The survreg function in the survival package fits the exponential model and other parametric accelerated failure
time models. Because the Cox model is now used much more frequently than parametric survival regression models,
we will not describe survreg in this appendix. Enter ?survreg and see Therneau (1999) for details.
3
function (formula, data, weights, subset, na.action, init, control,
method = c("efron", "breslow", "exact"), singular.ok = TRUE,
robust = FALSE, model = FALSE, x = FALSE, y = TRUE, ...)
NULL
init (initial values) and control are technical arguments: See the on-line help for coxph for
details.
method indicates how to handle observations that have tied (i.e., identical) survival times.
The default "efron" method is generally preferred to the once-popular "breslow" method;
the "exact" method is much more computationally intensive.
If robust is TRUE, coxph calculates robust coefficient-variance estimates. The default is FALSE,
unless the model includes non-independent observations, specified by the cluster function
in the model formula. We do not describe Cox regression for clustered data in this appendix.
arrest: the event indicator, equal to 1 for those arrested during the period of the study and
0 for those who were not arrested.
fin: a factor, with levels yes if the individual received financial aid after release from prison,
and no if he did not; financial aid was a randomly assigned factor manipulated by the re-
searchers.
4
wexp: a factor with levels yes if the individual had full-time work experience prior to incar-
ceration and no if he did not.
mar: a factor with levels married if the individual was married at the time of release and not
married if he was not.
paro: a factor coded yes if the individual was released on parole and no if he was not.
educ: education, a categorical variable coded numerically, with codes 2 (grade 6 or less), 3
(grades 6 through 9), 4 (grades 10 and 11), 5 (grade 12), or 6 (some post-secondary).6
emp1 emp52: factors coded yes if the individual was employed in the corresponding week of
the study and no otherwise.
We read the data file into a data frame, and print the first few observations (omitting the
variables emp1 emp52, which are in columns 1162 of the data frame):
week arrest fin age race wexp mar paro prio educ
1 20 1 no 27 black no not married yes 3 3
2 17 1 no 18 black no not married yes 8 4
3 25 1 no 19 other yes not married yes 13 3
4 52 0 yes 23 black yes married yes 1 5
5 52 0 no 19 other yes not married yes 3 3
Thus, for example, the first individual was arrested in week 20 of the study, while the fourth
individual was never rearrested, and hence has a censoring time of 52.
Following Allison, a Cox regression of time to rearrest on the time-constant covariates is specified
as follows:
Call:
coxph(formula = Surv(week, arrest) ~ fin + age + race + wexp +
mar + paro + prio, data = Rossi)
5
raceother -0.3139 0.731 0.3080 -1.019 0.3100
wexpyes -0.1498 0.861 0.2122 -0.706 0.4800
marnot married 0.4337 1.543 0.3819 1.136 0.2600
paroyes -0.0849 0.919 0.1958 -0.434 0.6600
prio 0.0915 1.096 0.0286 3.194 0.0014
The summary method for Cox models produces a more complete report:
> summary(mod.allison)
Call:
coxph(formula = Surv(week, arrest) ~ fin + age + race + wexp +
mar + paro + prio, data = Rossi)
The column marked z in the output records the ratio of each regression coefficient to its
standard error, a Wald statistic which is asymptotically standard normal under the hypothesis
that the corresponding is 0. The covariates age and prio (prior convictions) have highly
statistically significant coefficients, while the coefficient for fin (financial aidthe focus of
the study) is marginally significant.
The exponentiated coefficients in the second column of the first panel (and in the first column
of the second panel) of the output are interpretable as multiplicative effects on the hazard.
6
0.70 0.75 0.80 0.85 0.90 0.95 1.00
Proportion Not Rearrested
0 10 20 30 40 50
Weeks
Thus, for example, holding the other covariates constant, an additional year of age reduces
the weekly hazard of rearrest by a factor of eb2 = 0.944 on averagethat is, by 5.6 percent.
Similarly, each prior conviction increases the hazard by a factor of 1.096, or 9.6 percent.
The likelihood-ratio, Wald, and score chi-square statistics at the bottom of the output are
asymptotically equivalent tests of the omnibus null hypothesis that all of the s are 0. In
this instance, the test statistics are in close agreement, and the omnibus null hypothesis is
soundly rejected.
Having fit a Cox model to the data, it is often of interest to examine the estimated distribution of
survival times. The survfit function estimates S(t), by default at the mean values of the covariates.
The plot method for objects returned by survfit graphs the estimated surivival function, along
with a point-wise 95-percent confidence band. For example, for the model just fit to the recidivism
data:
This command produces Figure 1. The limits for the vertical axis, set by ylim=c(0.7, 1), were
selected after examining an initial plot.
Even more cogently, we may wish to display how estimated survival depends upon the value
of a covariate. Because the principal purpose of the recidivism study was to assess the impact of
financial aid on rearrest, we focus on this covariate. We construct a new data frame with two rows,
one for each value of fin; the other covariates are fixed to their average values. For a dummy
covariate, such as the contrast associated with race, the average value is the proportion coded 1 in
the data setin the case of race, the proportion of non-blacks (cf., the discussion of effect displays
in Section 4.4.3 of the text). This data frame is passed to survfit via the newdata argument:
7
1.0
Proportion Not Rearrested
0.9
0.8
0.7
fin = no
fin = yes
0.6
0 10 20 30 40 50
Weeks
Figure 2: Estimated survival functions for those receiving (fin = yes) and not receiving (fin =
no) financial aid. Other covariates are fixed at their average values. Each estimate is accompanied
by a point-wise 95-percent confidence envelope.
Warning messages:
1: In model.frame.default(Terms2, newdata, xlev = object$xlevels) :
variable 'fin' is not a factor
2: In model.frame.default(Terms2, newdata, xlev = object$xlevels) :
variable 'race' is not a factor
3: In model.frame.default(Terms2, newdata, xlev = object$xlevels) :
variable 'wexp' is not a factor
4: In model.frame.default(Terms2, newdata, xlev = object$xlevels) :
variable 'mar' is not a factor
5: In model.frame.default(Terms2, newdata, xlev = object$xlevels) :
variable 'paro' is not a factor
The survfit command generates warnings because we supplied numerical values for factors (e.g.,
the proportion of non-blacks for the factor race), but the computation is performed correctly. We
specified two additional arguments to plot: lty=c(1, 2) indicates that the survival function for
the first group (i.e., for fin = no) will be plotted with a solid line, while that for the second group
(fin = yes) will be plotted with a broken line; conf.int=TRUE requests that confidence envelopes
8
be drawn around each estimated survival function (which is not the default when more than one
survival function is plotted). We used the legend function to place a legend on the plot.7 The
resulting graph, which appears in Figure 2, shows the higher estimated survival of those receiving
financial aid, but the two confidence envelopes overlap substantially, even after 52 weeks.
4 Time-Dependent Covariates
The coxph function handles time-dependent covariates by requiring that each time period for an
individual appear as a separate observationthat is, as a separate row (or record ) in the data set.
Consider, for example, the Rossi data frame, and imagine that we want to treat weekly employment
as a time-dependent predictor of time to rearrest. As is often the case, however, the data for each
individual appears as a single row, with the weekly employment indicators as 52 columns in the
data frame, with names emp1 through emp52; for example, for the first person in the study:
> Rossi[1, ]
week arrest fin age race wexp mar paro prio educ emp1 emp2 emp3 emp4
1 20 1 no 27 black no not married yes 3 3 no no no no
emp5 emp6 emp7 emp8 emp9 emp10 emp11 emp12 emp13 emp14 emp15 emp16 emp17
1 no no no no no no no no no no no no no
emp18 emp19 emp20 emp21 emp22 emp23 emp24 emp25 emp26 emp27 emp28 emp29 emp30
1 no no no <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA>
emp31 emp32 emp33 emp34 emp35 emp36 emp37 emp38 emp39 emp40 emp41 emp42 emp43
1 <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA>
emp44 emp45 emp46 emp47 emp48 emp49 emp50 emp51 emp52
1 <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA>
The employment indicators are missing after week 20, when individual 1 was rearrested.
To put the data in the requisite form, we need one row for each non-missing period of observation.
To perform this task, we have written a function named unfold; the function is included with the
script file for this appendix, and takes the following arguments:8
time: The column number or quoted name of the event/censoring-time variable in data.
cov: A vector giving the column numbers of the time-dependent covariate in data, or a list
of vectors if there is more than one time-dependent covariate.
cov.names: A character string or character vector giving the name(s) to be assigned to the
time-dependent covariate(s) in the output data set.
7
The plot method for survfit objects can also draw a legend on the plot, but separate use of the legend function
provides greater flexibility. Legends, line types, and other aspects of constructing graphs in R are described in Chapter
7 of the Companion.
8
This is a slightly simplified version of the unfold function in the RcmdrPlugin.survival package, which adds
survival-analysis capabilities to the R Commander graphical user interface to R (described in Section 1.5 of the
Companion). The Rossi data set is also included in the RcmdrPlugin.survival package.
9
suffix: The suffix to be attached to the name of the time-to-event variable in the output
data set; defaults to ".time".
cov.times: The observation times for the covariate values, including the start time. This
argument can take several forms:
The default is the vector of integers from 0 to the number of covariate values (i.e.,
containing one more entrythe initial time of observationthan the length of each
vector in cov).
An arbitrary numerical vector with one more entry than the length of each vector in
cov.
The columns in the input data set that give the (potentially different) covariate obser-
vation times for each individual. There should be one more column than the length of
each vector in cov.
common.times: A logical value indicating whether the times of observation are the same for
all individuals; defaults to TRUE.
lag: Number of observation periods to lag each value of the time-dependent covariate(s);
defaults to 0. The use of lag is described later in this section.
> Rossi.2[1:50, ]
start stop arrest.time week arrest fin age race wexp mar paro prio educ employed
1.1 0 1 0 20 1 no 27 black no not married yes 3 3 no
1.2 1 2 0 20 1 no 27 black no not married yes 3 3 no
. . .
1.19 18 19 0 20 1 no 27 black no not married yes 3 3 no
1.20 19 20 1 20 1 no 27 black no not married yes 3 3 no
2.1 0 1 0 17 1 no 18 black no not married yes 8 4 no
2.2 1 2 0 17 1 no 18 black no not married yes 8 4 no
. . .
2.16 15 16 0 17 1 no 18 black no not married yes 8 4 no
2.17 16 17 1 17 1 no 18 black no not married yes 8 4 no
3.1 0 1 0 25 1 no 19 other yes not married yes 13 3 no
3.2 1 2 0 25 1 no 19 other yes not married yes 13 3 no
. . .
3.13 12 13 0 25 1 no 19 other yes not married yes 13 3 no
Once the data set is constructed, it is simple to use coxph to fit a model with time-dependent
covariates. The right-hand-side of the model is essentially the same as before, but both the start
and end times of each interval are specified in the call to Surv, in the form Surv(start, stop,
event ). Here, event is the time-dependent version of the event indicator variable, equal to 1 only
in the time-period during which the event occurs. For the example:
10
> mod.allison.2 <- coxph(Surv(start, stop, arrest.time) ~
+ fin + age + race + wexp + mar + paro + prio + employed,
+ data=Rossi.2)
> summary(mod.allison.2)
Call:
coxph(formula = Surv(start, stop, arrest.time) ~ fin + age +
race + wexp + mar + paro + prio + employed, data = Rossi.2)
11
+ data=Rossi.3)
> summary(mod.allison.3)
Call:
coxph(formula = Surv(start, stop, arrest.time) ~ fin + age +
race + wexp + mar + paro + prio + employed, data = Rossi.3)
The coefficient for the now-lagged employment indicator is still highly statistically significant, but
the estimated effect of employment, though still substantial, is much smaller than before: e0.7869 =
0.455 (or a decrease of 54.5 percent).
5 Model Diagnostics
As is the case for a linear or generalized linear model (see Chapter 6 of the Companion), it is
desirable to determine whether a fitted Cox regression model adequately describes the data. We
will briefly consider three kinds of diagnostics: for violation of the assumption of proportional
hazards; for influential data; and for nonlinearity in the relationship between the log hazard and the
covariates. All of these diagnostics use the residuals method for coxph objects, which calculates
several kinds of residuals, along with some quantities that are not normally thought of as residuals.
Details are in Therneau (1999).
12
5.1 Checking Proportional Hazards
Tests and graphical diagnostics for proportional hazards may be based on the scaled Schoenfeld
residuals; these can be obtained directly as residuals(model, "scaledsch"), where model is a
coxph model object. The matrix returned by residuals has one column for each covariate in
the model. More conveniently, the cox.zph function calculates tests of the proportional-hazards
assumption for each covariate, by correlating the corresponding set of scaled Schoenfeld residuals
with a suitable transformation of time [the default is based on the Kaplan-Meier estimate of the
survival function, K(t)].
We will illustrate these tests with a scaled-down version of the Cox regression model fit to the
recidivism data in Section 3.2, eliminating the covariates whose coefficients were not statistically
significant:9
Call:
coxph(formula = Surv(week, arrest) ~ fin + age + prio, data = Rossi)
The coefficient for financial aid, which is the focus of the study, now has a two-sided p-value greater
than .05; a one-sided test is appropriate here, however, because we expect the coefficient to be
negative, so there is still marginal evidence for the effect of this covariate on the time of rearrest.
As mentioned, tests for the proportional-hazards assumption are obtained from cox.zph, which
computes a test for each covariate, along with a global test for the model as a whole:
> cox.zph(mod.allison.4)
rho chisq p
finyes -0.00657 0.00507 0.9433
age -0.20976 6.54147 0.0105
prio -0.08004 0.77288 0.3793
GLOBAL NA 7.13046 0.0679
There is, therefore, strong evidence of non-proportional hazards for age, while the global test (on
3 degrees of freedom) is not quite statistically significant. These tests are sensitive to linear trends
in the hazard.
Plotting the object returned by cox.zph produces graphs of the scaled Schoenfeld residuals
against transformed time (see Figure 3):
9
It is possible that a covariate that is not statistically significant when its effect is, in essence, averaged over time
nevertheless has a statistically significant interaction with time, which manifests itself as nonproportional hazards.
We leave it to the reader to check for this possibility using the model fit originally to the recidivism data.
13
1.0
0.8
1
0.6
Beta(t) for finyes
0.4
0
0.2
1
0.0
2
0.4
7.9 14 20 25 32 37 44 49 7.9 14 20 25 32 37 44 49
Time Time
1.0
Beta(t) for prio
0.5
0.0
7.9 14 20 25 32 37 44 49
Time
Figure 3: Plots of scaled Schoenfeld residuals against transformed time for each covariate in a model
fit to the recidivism data. The solid line is a smoothing spline fit to the plot, with the broken lines
representing a 2-standard-error band around the fit.
Interpretation of these graphs is greatly facilitated by smoothing, for which purpose cox.zph uses
a smoothing spline, shown on each graph by a solid line; the broken lines represent 2-standard-
error envelopes around the fit. Systematic departures from a horizontal line are indicative of
non-proportional hazards. The assumption of proportional hazards appears to be supported for
the covariates fin (which is, recall, a two-level factor, accounting for the two bands in the graph)
and prio, but there appears to be a trend in the plot for age, with the age effect declining with
time; this effect was also detected in the test reported above.
One way of accommodating non-proportional hazards is to build interactions between covariates
and time into the Cox regression model; such interactions are themselves time-dependent covariates.
For example, based on the diagnostics just examined, it seems reasonable to consider a linear
14
interaction of time and age; using the previously constructed Rossi.2 data frame:
Call:
coxph(formula = Surv(start, stop, arrest.time) ~ fin + age +
age:stop + prio, data = Rossi.2)
As expected, the coefficient for the interaction is negative and highly statistically significant: The
effect of age declines with time.10 The model does not require a main-effect term for stop (i.e.,
time); such a term would be redundant, because the time effect is the baseline hazard.
An alternative to incorporating an interaction in the model is to divide the data into strata based
on the value of one or more covariates. Each stratum is permitted to have a different baseline hazard
function, while the coefficients of the remaining covariates are assumed to be constant across strata.
An advantage of this approach is that we do not have to assume a particular form of interaction
between the stratifying covariates and time. A disadvantage is the resulting inability to examine
the effects of the stratifying covariates. Stratification is most natural when a covariate takes on
only a few distinct values, and when the effect of the stratifying variable is not of direct interest.
In our example, age takes on many different values, but we can create categories by arbitrarily
dissecting the variable into class intervals. After examining the distribution of age, we decided to
define four intervals: 19 or younger; 20 to 25; 26 to 30; and 31 or older. We use the recode function
in the car package to categorize age:11
> library(car)
> Rossi$age.cat <- recode(Rossi$age, " lo:19=1; 20:25=2; 26:30=3; 31:hi=4 ")
> xtabs(~ age.cat, data=Rossi)
age.cat
1 2 3 4
66 236 66 64
Most of the individuals in the data set are in the second age category, 20 to 25, but because this is
a reasonably narrow range of ages, we did not feel the need to sub-divide the category.
10
That is, initially, age has a positive partial effect on the hazard (given by the age coefficient, 0.032), but this
effect gets progressively smaller with time (at the rate 0.0038 per week), becoming negative after about 10 weeks.
11
An alternative is to use the standard R function cut: cut(Rossi$age, c(0, 19, 25, 30, Inf)). See Chapter
2 of the Companion.
15
A stratified Cox regression model is fit by including a call to the strata function on the right-
hand side of the model formula. The arguments to this function are one or more stratifying variables;
if there is more than one such variable, then the strata are formed from their cross-classification.
In the current illustration, there is just one stratifying variable:
Call:
coxph(formula = Surv(week, arrest) ~ fin + prio + strata(age.cat),
data = Rossi)
> cox.zph(mod.allison.6)
rho chisq p
finyes -0.0183 0.0392 0.843
prio -0.0771 0.6859 0.408
GLOBAL NA 0.7299 0.694
The index plots produced by these commands appear in Figure 4. Comparing the magnitudes of
the largest dfbeta values to the regression coefficients suggests that none of the observations is
terribly influential individually, even though some of the dfbeta values for age are large compared
with the others.12
12
As an exercise, the reader may wish to identify these observations and, in particular, examine their ages.
16
0.02
0.006
0.01
finyes
age
0.00
0.002
0.01
0.002
0.02
Index Index
0.005
0.000
prio
0.005
Index
Figure 4: Index plots of dfbeta for the Cox regression of time to rearrest on fin, age, and prio.
17
5.3 Nonlinearity
Nonlinearitythat is, an incorrectly specified functional form in the parametric part of the model
is a potential problem in Cox regression as it is in linear and generalized linear models (see Sections
6.4 and 6.6 of the Companion). The martingale residuals may be plotted against covariates to
detect nonlinearity, and may also be used to form component-plus-residual (or partial-residual)
plots, again in the manner of linear and generalized linear models.
For the regression of time to rearrest on financial aid, age, and number of prior arrests, let us
examine plots of martingale residuals and partial residuals against the last two of these covariates;
nonlinearity is not an issue for financial aid, because this covariate is dichotomous:
The resulting residual and component-plus-residual plots appear in Figure 5. As in the plots of
Schoenfeld residuals, smoothing these plots is also important to their interpretation; The smooths
in Figure 5 are produced by local linear regression using the lowess function; setting iter=0 selects
a non-robust smooth, which is generally advisable in plots that may be banded. Nonlinearity, it
appears, is slight here.
18
1.0
1.0
0.5
0.5
residuals
residuals
0.0
0.0
0.5
0.5
1.0
1.0
20 25 30 35 40 45 0 5 10 15
age prio
2.5
3.0 2.5 2.0 1.5 1.0 0.5
2.0
component+residual
component+residual
1.5
1.0
0.5
0.0
0.5
20 25 30 35 40 45 0 5 10 15
age prio
Figure 5: Martingale-residual plots (top) and component-plus-residual plots (bottom) for the co-
variates age and prio. The broken lines on the residual plots are at the vertical value 0, and on the
component-plus-residual plots are fit by linear least-squares; the solid lines are fit by local linear
regression (lowess).
19
References
Allison, P. A. (1984). Event History Analysis: Regression for Longitudinal Data. Sage, Newbury
Park CA.
Allison, P. D. (1995). Survival Analysis Using the SAS System: A Practical Guide. SAS Institute,
Cary NC.
Cox, D. R. (1972). Regression models and life tables (with discussion). Journal of the Royal
Statistical Society, Series B, 34:187220.
Cox, D. R. and Oakes, D. (1984). Analysis of Survival Data. Chapman and Hall, London.
Fox, J. and Weisberg, S. (2011). An R Companion to Applied Regression. Sage, Thousand Oaks,
CA, second edition.
Hosmer, Jr., D. W. and Lemeshow, S. (1999). Applied Survival Analysis: Regression Modeling of
Time to Event Data. Wiley, New York.
Rossi, P. H., Berk, R. A., and Lenihan, K. J. (1980). Money, Work and Crime: Some Experimental
Results. Academic Press, New York.
Therneau, T. M. (1999). A package for survival analysis in S. Technical report, Mayo Foundation,
Rochester MN.
Therneau, T. M. and Grambsch, P. M. (2000). Modeling Surival Data: Extending the Cox Model.
Springer, New York.
20