An Introduction To Survival Analysis Using Stata
An Introduction To Survival Analysis Using Stata
net/publication/24136840
CITATIONS READS
1,103 4,290
4 authors, including:
Mario A Cleves
University of South Florida
248 PUBLICATIONS 9,031 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Mario A Cleves on 02 October 2014.
to obtain main effects on drug and race and their interaction, in Stata 11 you type
. stcox i.drug##i.race
Furthermore, when you used xi:, Stata created indicator variables in your data that
identified the levels of your categorical variables and interactions. As of Stata 11, the
calculations are performed intrinsically without generating any additional variables in
your data.
Previous to Stata 11, if you wanted residuals or other diagnostic measures for Cox
regression, you had to specify them when you fit your model. For example, to obtain
Schoenfeld residuals you might have typed
to generate variables sch1 and sch2 containing the Schoenfeld residuals for age and
protect, respectively. This has been changed in Stata 11 to be more consistent with
Stata’s other estimation commands. The new syntax is
Chapter 4 has been updated to describe the subtle difference between right-censoring
and right-truncation, while previous editions had treated these concepts as synonymous.
Chapter 9 includes an added section on Cox regression that handles missing data
with multiple imputation. Stata 11’s new mi suite of commands for imputing missing
data and fitting Cox regression on multiply imputed data are described. mi is discussed
in the context of stcox, but what is covered there applies to streg and stcrreg (which
also is new to Stata 11), as well.
xx Preface to the Third Edition
Chapter 11 includes added discussion of three new diagnostic measures after Cox
regression. These measures are supported in Stata 11: DFBETA measures of influence,
LMAX values, and likelihood displacement values. In previous editions, DFBETAs were
discussed, but they required manual calculation.
Chapter 17 is new and describes methods for dealing with competing risks, where
competing failure events impede one’s ability to observe the failure event of interest.
Discussion focuses around the estimation of cause-specific hazards and of cumulative
incidence functions. The new stcrreg command for fitting competing-risks regression
models is introduced.