Chapter 4 Fall Notations: t 1 < t 2 < < t D, D unique death times. d j = # deaths at t j = n. Y j = # at risk /alive at t j = n

Size: px
Start display at page:

Download "Chapter 4 Fall Notations: t 1 < t 2 < < t D, D unique death times. d j = # deaths at t j = n. Y j = # at risk /alive at t j = n"

Transcription

1 Bios 323: Applied Survival Analysis Qingxia (Cindy) Chen Chapter 4 Fall Estimators of the survival and cumulative hazard functions for RC data Suppose X is a continuous random failure time with the survival function S(t) and cumulative hazard function H(t). X may be subject to noninformative right censoring, hence we observe {(T i, δ i ), i = 1,..., n}, where T i = min(x i, C i ) and δ i = I(T i = X i ). Notations: t 1 < t 2 < < t D, D unique death times = # deaths at t j = n i=1 I(T i = t j, δ i = 1), j = 1,..., D Y j = # at risk /alive at t j = n i=1 I(T i t j ) Kaplan-Meier estimator for S(x): { 1, t < t1, Ŝ(t) = t j t (1 /Y j ), t 1 t. (4.2.1) Greenwood s variance estimator for Ŝ(t): ˆV [Ŝ(t)] = Ŝ(t)2 tj t Nelson-Aalen estimator for H(t): Y j (Y j ). (4.2.2) H(t) = { 0, t < t1 t j t /Y j, t 1 t. (4.2.3) Aalen s variance estimator for H(t): σ 2 H(t) = t j t Yj 2. (4.2.4) 1

2 An alternative estimator for H(t) is Ĥ(t) = log Ŝ(t), and an alternative estimator for S(x) is S(t) = exp{ H(t)}. Ŝ is also called product limit estimator. As n, D, and # of terms in the product for continuous X. For any fixed n <, D <, but in the limit, involves the whole support of X. Example: Continuous X is subject to right censoring. Let T = min(x, C) and δ = I(X < C). A random sample of size 5 is given in the table. T i δ i Question: What are Ŝ, H and S? Remarks Ŝ, H and Ĥ are right continuous, even though S, H may be continuous. Ŝ, S are consistent for S, for all t τ, such that P (T τ) > 0 2

3 Ŝ, S are asymptotically equivalent. Recall that Ŝ, H are only defined for t max(t i ) Some methods to extend Ŝ to t > max(t i) = t max Efron (1967) Ŝ(t) = 0, t > t max Gill (1980) Ŝ(t) = Ŝ(t max), t > t max Brown, Hollander and Kowar (1974) Ŝ(t) = exp{t log[ŝ(t max)]/t max }, t > t max. Example 4.1: We consider the data in Section 1.2 on the time to relapse of patients in a clinical trial of 6-MP against a placebo. The study included 42 children with acute leukemia who had a complete or partial remission of their leukemia induced by treatment with a drug. In the maintenance phrase, 6-MP was used to prevent relapse and its efficacy was of interest. The trial was conducted by matching pairs of patients by remission status and randomizing within the pair to either a 6-MP or placebo maintenance therapy. Patients were followed until relapse or until the end of study. Now we only consider 6-MP patients and would like to estimate S(t) and H(t). 4.3 Pointwise confidence intervals for the survival function 100 (1 α)% linear confidence interval for S(t) is Ŝ(t) Z 1 α/2 Ŝ(t)σ S (t), Ŝ(t) + Z 1 α/2ŝ(t)σ S(t), (4.3.1) where σ 2 S (t) = ˆV [Ŝ(t)]/Ŝ2 (t) = t j t Y j (Y j ). Alternative: CI based on some transformation g Consider g(ŝ), where g is a known, monotone and differentiable function. 3

4 Construct 100 (1 α)% CI for g(s(t)): g(ŝ(t)) ± Z 1 α/2 g (Ŝ(t)) Ŝ(t)σ S(t) Retransform to find 100 (1 α)% CI for S(t): g 1 {g(ŝ(t)) ± Z 1 α/2 g (Ŝ(t)) Ŝ(t)σ S(t)} Why does transforming help? 100 (1 α)% arcsine-square root confidence interval for S(t) is [ ( ) 1/2 ]} Ŝ(t) sin {max 2 0, arcsin(ŝ(t)1/2 ) ± 0.5Z 1 α/2 σ S (t) 1 Ŝ(t) (4.3.3) 100 (1 α)% log-transformed (or more commonly called log-log transformed) confidence interval for S(t) is { } Ŝ(t) 1/θ Z1 α/2 σ S (t), Ŝ(t)θ, where θ = exp log[ŝ(t)] (4.3.2) Klein and Moeschberger: log{h(t)} = log{ log(s(t))} g(u) = log{ log(u)}, g (u) = 1 u log(u) and g 1 (u) = exp{ exp(u)} 95% CI for g(s(t)) : log{ log(ŝ(t))} ± 1.96 σ S(t) log(ŝ(t)) Retransform to get a 95% CI for S(t) in (4.3.2). 4

5 Exercise: What is a 100 (1 α)% log -transformed CI for S(t)? (g(u) = log(u)) Both the log-log and arcsine-square root transformations give CIs which have better coverage than linear CI. R/Splus codes: library(survival) T = c(1.5, 2.5, 1.4, 6.2, 2.8, 5.3, 4.5) ind = c(1, 0, 0, 1, 1, 1, 0) fit1 = survfit(surv(t,ind), type = "Kaplan-meier", error = "greenwood", conf.int = 0.95, conf.type = "log") summary(fit1) Output: > summary(fit1) Call: survfit(formula = Surv(T, ind)) time n.risk n.event survival std.err lower 95% CI upper 95% CI NA NA NA 5

6 conf.type = none (suppress CI), plain (linear), log (default, g(u) = log(u)), log-log (today s recommendation) 6

7 4.4 Confidence bands for the survival function Here we find L(t), U(t), such that P {L(t) S(t) U(t), for all t L t t U } = 1 α, where t L the smallest observed event time and t U the largest observed event time. [L(t), U(t)]is then called 100 (1 α)% confidence band for S(t), t L t t U. Define a L = nσ2 S (t L) 1+nσ 2 S (t L) and a U = nσ2 S (t U ) 1+nσ 2 S (t U ), which will satisfy 0 < a L < a U < 1. Equal probability (EP) bands for S(t), t L t t U : From Table C.3 in Appendix C, find confidence coefficients c α (a L, a U ) and construct EP bands over the range [t L, t U ] by replacing Z 1 α/2 in (4.3.1)-(4.3.3) with c α (a L, a U ). Hall and Wellner (HW) confidence bands for S(t), t L t t U : Replace Z 1 α/2 σ S (t) in (4.3.1)-(4.3.3) with k α (a L, a U )[1+nσ 2 S (t)]n 1/2, where k α (a L, a U ) can be found in Table C.4 in Appendix C. Comparisons of different confidence bands for S(t): EP Sample size HW Sample size Linear 200 Linear 20 Log 20 Log 20 Arcsine 20 Arcsine 20 7

8 4.5 Point and interval estimates of the mean and median survival time Mean survival time µ = E(X) = 0 S(t)dt. Naturally ˆµ = Ŝ(t)dt. 0 Ŝ(t) is not defined beyond last observation, if censored. However, the right tail of Ŝ(t) can be completed. First solution: If the last observation is censored and we use the Efron s method, we obtain the estimate t max 0 Ŝ(t)dt. Second solution: Estimate the mean restricted to a preassigned interval [0, τ], where τ can be the largest observation or some value prespecified by the investigators: The variance of this estimator is ˆµ τ = τ 0 Ŝ(t)dt. (4.5.1) ˆV (ˆµ τ ) = D [ τ j=1 t j ] 2 Ŝ(t)dt Y j (Y j ). (4.5.2) A 100 (1 α)% CI for the mean is: ˆµ τ ± Z 1 α/2 ˆV (ˆµ τ ). (4.5.3) Example 4.1 continued: Example 4.1 uses the data in Section 1.2 on the time to relapse of patients in a clinical trial of 6-MP against a placebo. We consider estimating the mean survival time and its standard error for the 6-MP patients based on the following product-limit estimator of S(t). 8

9 t j Y j Ŝ(t j ) Recall that the pth quantile of X with S(x) is defined by x p = inf{t : S(t) 1 p}. When p = 0.5, x p is the median time to the event of interest. ˆx p = inf{t : Ŝ(t) 1 p}. A 100 (1 α)% CI for x p, based on linear CI, is the set of all time points t which satisfy: Z 1 α/2 Ŝ(t) (1 p) ˆV 1/2 [Ŝ(t)] Z 1 α/2. (4.5.4) A 100 (1 α)% CI for x p, based on log-transformed CI, is the set of all time points t satisfying: Z 1 α/2 [log{ log(ŝ(t))} log{ log((1 p))}]ŝ(t) log(ŝ(t)) ˆV 1/2 [Ŝ(t)] Z 1 α/2. (4.5.5) A 100 (1 α)% CI for x p, based on arcsine-square root CI, is the set of all time points t satisfying: { 2 arcsin ( Ŝ(t) ) arcsin( } 1 p) {Ŝ(t)(1 Ŝ(t))}1/2 Z 1 α/2 ˆV 1/2 [Ŝ(t)] Z 1 α/2. 9 (4.5.6)

10 Example 4.2: This example uses the data described in Section 1.3 on bone marrow transplantation for leukemia. We shall estimate and construct 95% confidence intervals for the median disease-free survival time for the ALL group. 4.6 Estimators of the survival function for left-truncated and right-censored data Right-censored and left-truncated data {(L i, T i, δ i ), i = 1,..., n}, where L i : age entering the study, and time T i : the death or censoring time. Death times t 1 < t 2 < < t D, and at time t j, j = 1,..., D, let = number of deaths and let Y j = n i=1 I(L i t j T i ) Using the modified Y j for the LT data, all the estimation procedures defined in Section are now applicable. Note that we are estimating the conditional survival S L (t) = P (X > t X > L). Also Nelson-Aalen estimator H L (t) = ln P (X > t) + ln P (X > L). Conditional hazard rate is H L (t) = h(t). Example 4.3 A survival study of residences of the Channing House retirement center located in California. Here the truncation times are the ages, in months, at which individuals entered the community. We want to estimate the conditional survival function. First look at the males. The first subject entered the center at age 751 and died at 777, the second entered the study at age 759 and died at 781, and the third subject appeared at age 782. If we used the K-M estimator directly to estimate the conditional survival function, what is ŜL(t)? 10

11 Instead, we estimate S a (t) = P (X > t X a), where t > a. Ŝa(t) = a t j t (1 /Y j ), t a. ˆV [Ŝa(t)] = [Ŝa(t)] 2 a t j t Ĥa(t) = a t j t Y j. Y j (Y j ), t > a. 4.7 Summary curves for competing risks Example: Bone marrow transplantation in Sec 1.3. Suppose we are interested in the time to treatment failure, which includes death in remission or relapse, whichever comes first. Suppose the death in remission is of primary interest, then the relapse is the competing risk. Competing risk data: {(T i, δ i ), i = 1,..., n}, where 1 if T i = X 1i T i = min(x 1i, X 2i, C i ) and δ i = 2 if T i = X 2i 0 if T i = C i Can we still apply K-M estimator to the competing risk data? In competing risks setting, the standard Kaplan-Meier method is commonly applied for type k event as follows: KM-C is to consider only the first event if of type k and to censor the non-type k events; With the presence of dependence, KM-C results in an inflated estimate of the cause-specific failure probability. KM-I is to consider any event of type k while ignoring all other non-type k events; 11

12 As KM-I analyses are conducted for each cause of failure, the resulting commonent failure probabilities may exceed the total probability of failure. For cause k, the cumulative incidence function is defined F k (t) = P (X t, δ = k) = t 0 h k (u)s(u )du, 1 where S(u) = P (X > u), h k (u) = lim u 0 P (u X < u + u, δ = k X u). u Let t 1 < t 2 < < t M be the distinct times where one of the competing risks occurs. At time t j, Y j = the number of subjects at risk at t j, r j = the number of subjects with an occurrence of the event of interest at t j, = the number of subjects with an occurrence of any of the other events of interest at t j. F k (t) can be estimated by 0 if t < t 1 ˆF k (t) = = t i t [ i 1 j=1 (1 +r j Y j )] r i Y i if t t 1 where Ŝ(t i ) is the K-M estimator, evaluated at just before t i. The variance of ˆF k (t) is given in (4.7.2) in the textbook. t i t Ŝ(t i ) r i Y i, This estimator and its inference have been implemented in a R package called cmprsk. The specific function name is cuminc. They are also implemented in a SAS macro 12

Chapter 7 Fall Chapter 7 Hypothesis testing Hypotheses of interest: (A) 1-sample

Chapter 7 Fall Chapter 7 Hypothesis testing Hypotheses of interest: (A) 1-sample Bios 323: Applied Survival Analysis Qingxia (Cindy) Chen Chapter 7 Fall 2012 Chapter 7 Hypothesis testing Hypotheses of interest: (A) 1-sample H 0 : S(t) = S 0 (t), where S 0 ( ) is known survival function,

More information

Analysis of Time-to-Event Data: Chapter 2 - Nonparametric estimation of functions of survival time

Analysis of Time-to-Event Data: Chapter 2 - Nonparametric estimation of functions of survival time Analysis of Time-to-Event Data: Chapter 2 - Nonparametric estimation of functions of survival time Steffen Unkel Department of Medical Statistics University Medical Center Göttingen, Germany Winter term

More information

ST745: Survival Analysis: Nonparametric methods

ST745: Survival Analysis: Nonparametric methods ST745: Survival Analysis: Nonparametric methods Eric B. Laber Department of Statistics, North Carolina State University February 5, 2015 The KM estimator is used ubiquitously in medical studies to estimate

More information

Estimation for Modified Data

Estimation for Modified Data Definition. Estimation for Modified Data 1. Empirical distribution for complete individual data (section 11.) An observation X is truncated from below ( left truncated) at d if when it is at or below d

More information

Multistate models in survival and event history analysis

Multistate models in survival and event history analysis Multistate models in survival and event history analysis Dorota M. Dabrowska UCLA November 8, 2011 Research supported by the grant R01 AI067943 from NIAID. The content is solely the responsibility of the

More information

Survival Analysis: Weeks 2-3. Lu Tian and Richard Olshen Stanford University

Survival Analysis: Weeks 2-3. Lu Tian and Richard Olshen Stanford University Survival Analysis: Weeks 2-3 Lu Tian and Richard Olshen Stanford University 2 Kaplan-Meier(KM) Estimator Nonparametric estimation of the survival function S(t) = pr(t > t) The nonparametric estimation

More information

Survival Analysis APTS 2016/17. Ingrid Van Keilegom ORSTAT KU Leuven. Glasgow, August 21-25, 2017

Survival Analysis APTS 2016/17. Ingrid Van Keilegom ORSTAT KU Leuven. Glasgow, August 21-25, 2017 Survival Analysis APTS 2016/17 Ingrid Van Keilegom ORSTAT KU Leuven Glasgow, August 21-25, 2017 Basic What is Survival analysis? Survival analysis (or duration analysis) is an area of statistics that and

More information

Statistics 262: Intermediate Biostatistics Non-parametric Survival Analysis

Statistics 262: Intermediate Biostatistics Non-parametric Survival Analysis Statistics 262: Intermediate Biostatistics Non-parametric Survival Analysis Jonathan Taylor & Kristin Cobb Statistics 262: Intermediate Biostatistics p.1/?? Overview of today s class Kaplan-Meier Curve

More information

STAT Sample Problem: General Asymptotic Results

STAT Sample Problem: General Asymptotic Results STAT331 1-Sample Problem: General Asymptotic Results In this unit we will consider the 1-sample problem and prove the consistency and asymptotic normality of the Nelson-Aalen estimator of the cumulative

More information

Multistate Modeling and Applications

Multistate Modeling and Applications Multistate Modeling and Applications Yang Yang Department of Statistics University of Michigan, Ann Arbor IBM Research Graduate Student Workshop: Statistics for a Smarter Planet Yang Yang (UM, Ann Arbor)

More information

Multi-state models: prediction

Multi-state models: prediction Department of Medical Statistics and Bioinformatics Leiden University Medical Center Course on advanced survival analysis, Copenhagen Outline Prediction Theory Aalen-Johansen Computational aspects Applications

More information

Survival Analysis. Stat 526. April 13, 2018

Survival Analysis. Stat 526. April 13, 2018 Survival Analysis Stat 526 April 13, 2018 1 Functions of Survival Time Let T be the survival time for a subject Then P [T < 0] = 0 and T is a continuous random variable The Survival function is defined

More information

Package threg. August 10, 2015

Package threg. August 10, 2015 Package threg August 10, 2015 Title Threshold Regression Version 1.0.3 Date 2015-08-10 Author Tao Xiao Maintainer Tao Xiao Depends R (>= 2.10), survival, Formula Fit a threshold regression

More information

Exercises. (a) Prove that m(t) =

Exercises. (a) Prove that m(t) = Exercises 1. Lack of memory. Verify that the exponential distribution has the lack of memory property, that is, if T is exponentially distributed with parameter λ > then so is T t given that T > t for

More information

ST5212: Survival Analysis

ST5212: Survival Analysis ST51: Survival Analysis 8/9: Semester II Tutorial 1. A model for lifetimes, with a bathtub-shaped hazard rate, is the exponential power distribution with survival fumction S(x) =exp{1 exp[(λx) α ]}. (a)

More information

Multi-state Models: An Overview

Multi-state Models: An Overview Multi-state Models: An Overview Andrew Titman Lancaster University 14 April 2016 Overview Introduction to multi-state modelling Examples of applications Continuously observed processes Intermittently observed

More information

Nonparametric Model Construction

Nonparametric Model Construction Nonparametric Model Construction Chapters 4 and 12 Stat 477 - Loss Models Chapters 4 and 12 (Stat 477) Nonparametric Model Construction Brian Hartman - BYU 1 / 28 Types of data Types of data For non-life

More information

Power and Sample Size Calculations with the Additive Hazards Model

Power and Sample Size Calculations with the Additive Hazards Model Journal of Data Science 10(2012), 143-155 Power and Sample Size Calculations with the Additive Hazards Model Ling Chen, Chengjie Xiong, J. Philip Miller and Feng Gao Washington University School of Medicine

More information

Survival Analysis. STAT 526 Professor Olga Vitek

Survival Analysis. STAT 526 Professor Olga Vitek Survival Analysis STAT 526 Professor Olga Vitek May 4, 2011 9 Survival Data and Survival Functions Statistical analysis of time-to-event data Lifetime of machines and/or parts (called failure time analysis

More information

Philosophy and Features of the mstate package

Philosophy and Features of the mstate package Introduction Mathematical theory Practice Discussion Philosophy and Features of the mstate package Liesbeth de Wreede, Hein Putter Department of Medical Statistics and Bioinformatics Leiden University

More information

Definitions and examples Simple estimation and testing Regression models Goodness of fit for the Cox model. Recap of Part 1. Per Kragh Andersen

Definitions and examples Simple estimation and testing Regression models Goodness of fit for the Cox model. Recap of Part 1. Per Kragh Andersen Recap of Part 1 Per Kragh Andersen Section of Biostatistics, University of Copenhagen DSBS Course Survival Analysis in Clinical Trials January 2018 1 / 65 Overview Definitions and examples Simple estimation

More information

Multistate models and recurrent event models

Multistate models and recurrent event models Multistate models Multistate models and recurrent event models Patrick Breheny December 10 Patrick Breheny Survival Data Analysis (BIOS 7210) 1/22 Introduction Multistate models In this final lecture,

More information

REGRESSION ANALYSIS FOR TIME-TO-EVENT DATA THE PROPORTIONAL HAZARDS (COX) MODEL ST520

REGRESSION ANALYSIS FOR TIME-TO-EVENT DATA THE PROPORTIONAL HAZARDS (COX) MODEL ST520 REGRESSION ANALYSIS FOR TIME-TO-EVENT DATA THE PROPORTIONAL HAZARDS (COX) MODEL ST520 Department of Statistics North Carolina State University Presented by: Butch Tsiatis, Department of Statistics, NCSU

More information

Typical Survival Data Arising From a Clinical Trial. Censoring. The Survivor Function. Mathematical Definitions Introduction

Typical Survival Data Arising From a Clinical Trial. Censoring. The Survivor Function. Mathematical Definitions Introduction Outline CHL 5225H Advanced Statistical Methods for Clinical Trials: Survival Analysis Prof. Kevin E. Thorpe Defining Survival Data Mathematical Definitions Non-parametric Estimates of Survival Comparing

More information

Lecture 6 PREDICTING SURVIVAL UNDER THE PH MODEL

Lecture 6 PREDICTING SURVIVAL UNDER THE PH MODEL Lecture 6 PREDICTING SURVIVAL UNDER THE PH MODEL The Cox PH model: λ(t Z) = λ 0 (t) exp(β Z). How do we estimate the survival probability, S z (t) = S(t Z) = P (T > t Z), for an individual with covariates

More information

Survival Analysis using Bivariate Archimedean Copulas. Krishnendu Chandra

Survival Analysis using Bivariate Archimedean Copulas. Krishnendu Chandra Survival Analysis using Bivariate Archimedean Copulas Krishnendu Chandra Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy under the Executive Committee of the

More information

Quantile Regression for Residual Life and Empirical Likelihood

Quantile Regression for Residual Life and Empirical Likelihood Quantile Regression for Residual Life and Empirical Likelihood Mai Zhou email: mai@ms.uky.edu Department of Statistics, University of Kentucky, Lexington, KY 40506-0027, USA Jong-Hyeon Jeong email: jeong@nsabp.pitt.edu

More information

You know I m not goin diss you on the internet Cause my mama taught me better than that I m a survivor (What?) I m not goin give up (What?

You know I m not goin diss you on the internet Cause my mama taught me better than that I m a survivor (What?) I m not goin give up (What? You know I m not goin diss you on the internet Cause my mama taught me better than that I m a survivor (What?) I m not goin give up (What?) I m not goin stop (What?) I m goin work harder (What?) Sir David

More information

Goodness-of-fit tests for randomly censored Weibull distributions with estimated parameters

Goodness-of-fit tests for randomly censored Weibull distributions with estimated parameters Communications for Statistical Applications and Methods 2017, Vol. 24, No. 5, 519 531 https://doi.org/10.5351/csam.2017.24.5.519 Print ISSN 2287-7843 / Online ISSN 2383-4757 Goodness-of-fit tests for randomly

More information

Lecture 8 Stat D. Gillen

Lecture 8 Stat D. Gillen Statistics 255 - Survival Analysis Presented February 23, 2016 Dan Gillen Department of Statistics University of California, Irvine 8.1 Example of two ways to stratify Suppose a confounder C has 3 levels

More information

Dependence structures with applications to actuarial science

Dependence structures with applications to actuarial science with applications to actuarial science Department of Statistics, ITAM, Mexico Recent Advances in Actuarial Mathematics, OAX, MEX October 26, 2015 Contents Order-1 process Application in survival analysis

More information

Estimating the cumulative incidence function of dynamic treatment regimes

Estimating the cumulative incidence function of dynamic treatment regimes J. R. Statist. Soc. A (218) 181, Part 1, pp. 85 16 Estimating the cumulative incidence function of dynamic treatment regimes Idil Yavuz Dokuz Eylul University, Izmir, Turkey and Yu Cheng and Abdus S. Wahed

More information

Lecture 4 - Survival Models

Lecture 4 - Survival Models Lecture 4 - Survival Models Survival Models Definition and Hazards Kaplan Meier Proportional Hazards Model Estimation of Survival in R GLM Extensions: Survival Models Survival Models are a common and incredibly

More information

Survival Distributions, Hazard Functions, Cumulative Hazards

Survival Distributions, Hazard Functions, Cumulative Hazards BIO 244: Unit 1 Survival Distributions, Hazard Functions, Cumulative Hazards 1.1 Definitions: The goals of this unit are to introduce notation, discuss ways of probabilistically describing the distribution

More information

Survival Analysis. Lu Tian and Richard Olshen Stanford University

Survival Analysis. Lu Tian and Richard Olshen Stanford University 1 Survival Analysis Lu Tian and Richard Olshen Stanford University 2 Survival Time/ Failure Time/Event Time We will introduce various statistical methods for analyzing survival outcomes What is the survival

More information

Censoring and Truncation - Highlighting the Differences

Censoring and Truncation - Highlighting the Differences Censoring and Truncation - Highlighting the Differences Micha Mandel The Hebrew University of Jerusalem, Jerusalem, Israel, 91905 July 9, 2007 Micha Mandel is a Lecturer, Department of Statistics, The

More information

β j = coefficient of x j in the model; β = ( β1, β2,

β j = coefficient of x j in the model; β = ( β1, β2, Regression Modeling of Survival Time Data Why regression models? Groups similar except for the treatment under study use the nonparametric methods discussed earlier. Groups differ in variables (covariates)

More information

Survival Analysis Using S/R

Survival Analysis Using S/R Survival Analysis Using S/R Unterlagen für den Weiterbildungs Lehrgang in angewandter Statistik an der ETH Zürich Professor Mara Tableman. Fariborz Maseeh Department of Mathematics & Statistics Portland

More information

MAS3301 / MAS8311 Biostatistics Part II: Survival

MAS3301 / MAS8311 Biostatistics Part II: Survival MAS3301 / MAS8311 Biostatistics Part II: Survival M. Farrow School of Mathematics and Statistics Newcastle University Semester 2, 2009-10 1 13 The Cox proportional hazards model 13.1 Introduction In the

More information

MAS3301 / MAS8311 Biostatistics Part II: Survival

MAS3301 / MAS8311 Biostatistics Part II: Survival MAS330 / MAS83 Biostatistics Part II: Survival M. Farrow School of Mathematics and Statistics Newcastle University Semester 2, 2009-0 8 Parametric models 8. Introduction In the last few sections (the KM

More information

Lecture 3. Truncation, length-bias and prevalence sampling

Lecture 3. Truncation, length-bias and prevalence sampling Lecture 3. Truncation, length-bias and prevalence sampling 3.1 Prevalent sampling Statistical techniques for truncated data have been integrated into survival analysis in last two decades. Truncation in

More information

University of California, Berkeley

University of California, Berkeley University of California, Berkeley U.C. Berkeley Division of Biostatistics Working Paper Series Year 24 Paper 153 A Note on Empirical Likelihood Inference of Residual Life Regression Ying Qing Chen Yichuan

More information

Lecture 7. Proportional Hazards Model - Handling Ties and Survival Estimation Statistics Survival Analysis. Presented February 4, 2016

Lecture 7. Proportional Hazards Model - Handling Ties and Survival Estimation Statistics Survival Analysis. Presented February 4, 2016 Proportional Hazards Model - Handling Ties and Survival Estimation Statistics 255 - Survival Analysis Presented February 4, 2016 likelihood - Discrete Dan Gillen Department of Statistics University of

More information

Kaplan-Meier in SAS. filename foo url "http://math.unm.edu/~james/small.txt"; data small; infile foo firstobs=2; input time censor; run;

Kaplan-Meier in SAS. filename foo url http://math.unm.edu/~james/small.txt; data small; infile foo firstobs=2; input time censor; run; Kaplan-Meier in SAS filename foo url "http://math.unm.edu/~james/small.txt"; data small; infile foo firstobs=2; input time censor; run; proc print data=small; run; proc lifetest data=small plots=survival;

More information

A COMPARISON OF POISSON AND BINOMIAL EMPIRICAL LIKELIHOOD Mai Zhou and Hui Fang University of Kentucky

A COMPARISON OF POISSON AND BINOMIAL EMPIRICAL LIKELIHOOD Mai Zhou and Hui Fang University of Kentucky A COMPARISON OF POISSON AND BINOMIAL EMPIRICAL LIKELIHOOD Mai Zhou and Hui Fang University of Kentucky Empirical likelihood with right censored data were studied by Thomas and Grunkmier (1975), Li (1995),

More information

Survival Regression Models

Survival Regression Models Survival Regression Models David M. Rocke May 18, 2017 David M. Rocke Survival Regression Models May 18, 2017 1 / 32 Background on the Proportional Hazards Model The exponential distribution has constant

More information

Multistate models STK4080 H Competing risk setting 2. Illness-Death setting 3. General event histories and Aalen-Johansen estimator

Multistate models STK4080 H Competing risk setting 2. Illness-Death setting 3. General event histories and Aalen-Johansen estimator Multistate models p. 1/36 Multistate models STK4080 H16 1. Competing risk setting 2. Illness-Death setting 3. General event histories and Aalen-Johansen estimator Multistate models p. 2/36 Multistate models

More information

Multistate models and recurrent event models

Multistate models and recurrent event models and recurrent event models Patrick Breheny December 6 Patrick Breheny University of Iowa Survival Data Analysis (BIOS:7210) 1 / 22 Introduction In this final lecture, we will briefly look at two other

More information

4. Comparison of Two (K) Samples

4. Comparison of Two (K) Samples 4. Comparison of Two (K) Samples K=2 Problem: compare the survival distributions between two groups. E: comparing treatments on patients with a particular disease. Z: Treatment indicator, i.e. Z = 1 for

More information

Constrained estimation for binary and survival data

Constrained estimation for binary and survival data Constrained estimation for binary and survival data Jeremy M. G. Taylor Yong Seok Park John D. Kalbfleisch Biostatistics, University of Michigan May, 2010 () Constrained estimation May, 2010 1 / 43 Outline

More information

Textbook: Survivial Analysis Techniques for Censored and Truncated Data 2nd edition, by Klein and Moeschberger

Textbook: Survivial Analysis Techniques for Censored and Truncated Data 2nd edition, by Klein and Moeschberger Lecturer: James Degnan Office: SMLC 342 Office hours: MW 12:00 1:00 or by appointment E-mail: jamdeg@unm.edu Please include STAT474 or STAT574 in the subject line of the email to make sure I don t overlook

More information

Asymptotic Distributions for the Nelson-Aalen and Kaplan-Meier estimators and for test statistics.

Asymptotic Distributions for the Nelson-Aalen and Kaplan-Meier estimators and for test statistics. Asymptotic Distributions for the Nelson-Aalen and Kaplan-Meier estimators and for test statistics. Dragi Anevski Mathematical Sciences und University November 25, 21 1 Asymptotic distributions for statistical

More information

Practice Exam 1. (A) (B) (C) (D) (E) You are given the following data on loss sizes:

Practice Exam 1. (A) (B) (C) (D) (E) You are given the following data on loss sizes: Practice Exam 1 1. Losses for an insurance coverage have the following cumulative distribution function: F(0) = 0 F(1,000) = 0.2 F(5,000) = 0.4 F(10,000) = 0.9 F(100,000) = 1 with linear interpolation

More information

Likelihood ratio confidence bands in nonparametric regression with censored data

Likelihood ratio confidence bands in nonparametric regression with censored data Likelihood ratio confidence bands in nonparametric regression with censored data Gang Li University of California at Los Angeles Department of Biostatistics Ingrid Van Keilegom Eindhoven University of

More information

A SIMPLE IMPROVEMENT OF THE KAPLAN-MEIER ESTIMATOR. Agnieszka Rossa

A SIMPLE IMPROVEMENT OF THE KAPLAN-MEIER ESTIMATOR. Agnieszka Rossa A SIMPLE IMPROVEMENT OF THE KAPLAN-MEIER ESTIMATOR Agnieszka Rossa Dept of Stat Methods, University of Lódź, Poland Rewolucji 1905, 41, Lódź e-mail: agrossa@krysiaunilodzpl and Ryszard Zieliński Inst Math

More information

Chapter 7: Hypothesis testing

Chapter 7: Hypothesis testing Chapter 7: Hypothesis testing Hypothesis testing is typically done based on the cumulative hazard function. Here we ll use the Nelson-Aalen estimate of the cumulative hazard. The survival function is used

More information

Robust estimates of state occupancy and transition probabilities for Non-Markov multi-state models

Robust estimates of state occupancy and transition probabilities for Non-Markov multi-state models Robust estimates of state occupancy and transition probabilities for Non-Markov multi-state models 26 March 2014 Overview Continuously observed data Three-state illness-death General robust estimator Interval

More information

Lecture 11. Interval Censored and. Discrete-Time Data. Statistics Survival Analysis. Presented March 3, 2016

Lecture 11. Interval Censored and. Discrete-Time Data. Statistics Survival Analysis. Presented March 3, 2016 Statistics 255 - Survival Analysis Presented March 3, 2016 Motivating Dan Gillen Department of Statistics University of California, Irvine 11.1 First question: Are the data truly discrete? : Number of

More information

Sample Size Determination

Sample Size Determination Sample Size Determination 018 The number of subjects in a clinical study should always be large enough to provide a reliable answer to the question(s addressed. The sample size is usually determined by

More information

Lecture 9. Statistics Survival Analysis. Presented February 23, Dan Gillen Department of Statistics University of California, Irvine

Lecture 9. Statistics Survival Analysis. Presented February 23, Dan Gillen Department of Statistics University of California, Irvine Statistics 255 - Survival Analysis Presented February 23, 2016 Dan Gillen Department of Statistics University of California, Irvine 9.1 Survival analysis involves subjects moving through time Hazard may

More information

Kernel density estimation in R

Kernel density estimation in R Kernel density estimation in R Kernel density estimation can be done in R using the density() function in R. The default is a Guassian kernel, but others are possible also. It uses it s own algorithm to

More information

9. Estimating Survival Distribution for a PH Model

9. Estimating Survival Distribution for a PH Model 9. Estimating Survival Distribution for a PH Model Objective: Another Goal of the COX model Estimating the survival distribution for individuals with a certain combination of covariates. PH model assumption:

More information

Comparison of Hazard, Odds and Risk Ratio in the Two-Sample Survival Problem

Comparison of Hazard, Odds and Risk Ratio in the Two-Sample Survival Problem Western Michigan University ScholarWorks at WMU Dissertations Graduate College 8-2014 Comparison of Hazard, Odds and Risk Ratio in the Two-Sample Survival Problem Benedict P. Dormitorio Western Michigan

More information

Lecture 7 Time-dependent Covariates in Cox Regression

Lecture 7 Time-dependent Covariates in Cox Regression Lecture 7 Time-dependent Covariates in Cox Regression So far, we ve been considering the following Cox PH model: λ(t Z) = λ 0 (t) exp(β Z) = λ 0 (t) exp( β j Z j ) where β j is the parameter for the the

More information

Statistical Inference and Methods

Statistical Inference and Methods Department of Mathematics Imperial College London d.stephens@imperial.ac.uk http://stats.ma.ic.ac.uk/ das01/ 31st January 2006 Part VI Session 6: Filtering and Time to Event Data Session 6: Filtering and

More information

Survival Analysis I (CHL5209H)

Survival Analysis I (CHL5209H) Survival Analysis Dalla Lana School of Public Health University of Toronto olli.saarela@utoronto.ca January 7, 2015 31-1 Literature Clayton D & Hills M (1993): Statistical Models in Epidemiology. Not really

More information

Treatment Comparison in Biomedical Studies Using Survival Function

Treatment Comparison in Biomedical Studies Using Survival Function Georgia State University ScholarWorks @ Georgia State University Mathematics Dissertations Department of Mathematics and Statistics Spring 5-3-2 Treatment Comparison in Biomedical Studies Using Survival

More information

TMA 4275 Lifetime Analysis June 2004 Solution

TMA 4275 Lifetime Analysis June 2004 Solution TMA 4275 Lifetime Analysis June 2004 Solution Problem 1 a) Observation of the outcome is censored, if the time of the outcome is not known exactly and only the last time when it was observed being intact,

More information

In contrast, parametric techniques (fitting exponential or Weibull, for example) are more focussed, can handle general covariates, but require

In contrast, parametric techniques (fitting exponential or Weibull, for example) are more focussed, can handle general covariates, but require Chapter 5 modelling Semi parametric We have considered parametric and nonparametric techniques for comparing survival distributions between different treatment groups. Nonparametric techniques, such as

More information

Advanced Methodology Developments in Mixture Cure Models

Advanced Methodology Developments in Mixture Cure Models University of South Carolina Scholar Commons Theses and Dissertations 1-1-2013 Advanced Methodology Developments in Mixture Cure Models Chao Cai University of South Carolina Follow this and additional

More information

DAGStat Event History Analysis.

DAGStat Event History Analysis. DAGStat 2016 Event History Analysis Robin.Henderson@ncl.ac.uk 1 / 75 Schedule 9.00 Introduction 10.30 Break 11.00 Regression Models, Frailty and Multivariate Survival 12.30 Lunch 13.30 Time-Variation and

More information

Testing Goodness-of-Fit of a Uniform Truncation Model

Testing Goodness-of-Fit of a Uniform Truncation Model Testing Goodness-of-Fit of a Uniform Truncation Model Micha Mandel and Rebecca A. Betensky Department of Biostatistics, Harvard School of Public Health, Boston, Massachusetts 02115 email: mmandel@hsph.harvard.edu

More information

STAT331. Cox s Proportional Hazards Model

STAT331. Cox s Proportional Hazards Model STAT331 Cox s Proportional Hazards Model In this unit we introduce Cox s proportional hazards (Cox s PH) model, give a heuristic development of the partial likelihood function, and discuss adaptations

More information

Log-linearity for Cox s regression model. Thesis for the Degree Master of Science

Log-linearity for Cox s regression model. Thesis for the Degree Master of Science Log-linearity for Cox s regression model Thesis for the Degree Master of Science Zaki Amini Master s Thesis, Spring 2015 i Abstract Cox s regression model is one of the most applied methods in medical

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software January 2011, Volume 38, Issue 2. http://www.jstatsoft.org/ Analyzing Competing Risk Data Using the R timereg Package Thomas H. Scheike University of Copenhagen Mei-Jie

More information

STAT 6385 Survey of Nonparametric Statistics. Order Statistics, EDF and Censoring

STAT 6385 Survey of Nonparametric Statistics. Order Statistics, EDF and Censoring STAT 6385 Survey of Nonparametric Statistics Order Statistics, EDF and Censoring Quantile Function A quantile (or a percentile) of a distribution is that value of X such that a specific percentage of the

More information

Empirical Processes & Survival Analysis. The Functional Delta Method

Empirical Processes & Survival Analysis. The Functional Delta Method STAT/BMI 741 University of Wisconsin-Madison Empirical Processes & Survival Analysis Lecture 3 The Functional Delta Method Lu Mao lmao@biostat.wisc.edu 3-1 Objectives By the end of this lecture, you will

More information

Censoring mechanisms

Censoring mechanisms Censoring mechanisms Patrick Breheny September 3 Patrick Breheny Survival Data Analysis (BIOS 7210) 1/23 Fixed vs. random censoring In the previous lecture, we derived the contribution to the likelihood

More information

Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes.

Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes. Unit 2: Models, Censoring, and Likelihood for Failure-Time Data Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes. Ramón

More information

Comparison of Two Population Means

Comparison of Two Population Means Comparison of Two Population Means Esra Akdeniz March 15, 2015 Independent versus Dependent (paired) Samples We have independent samples if we perform an experiment in two unrelated populations. We have

More information

18.465, further revised November 27, 2012 Survival analysis and the Kaplan Meier estimator

18.465, further revised November 27, 2012 Survival analysis and the Kaplan Meier estimator 18.465, further revised November 27, 2012 Survival analysis and the Kaplan Meier estimator 1. Definitions Ordinarily, an unknown distribution function F is estimated by an empirical distribution function

More information

Survival analysis in R

Survival analysis in R Survival analysis in R Niels Richard Hansen This note describes a few elementary aspects of practical analysis of survival data in R. For further information we refer to the book Introductory Statistics

More information

A Bayesian Nonparametric Approach to Causal Inference for Semi-competing risks

A Bayesian Nonparametric Approach to Causal Inference for Semi-competing risks A Bayesian Nonparametric Approach to Causal Inference for Semi-competing risks Y. Xu, D. Scharfstein, P. Mueller, M. Daniels Johns Hopkins, Johns Hopkins, UT-Austin, UF JSM 2018, Vancouver 1 What are semi-competing

More information

FULL LIKELIHOOD INFERENCES IN THE COX MODEL

FULL LIKELIHOOD INFERENCES IN THE COX MODEL October 20, 2007 FULL LIKELIHOOD INFERENCES IN THE COX MODEL BY JIAN-JIAN REN 1 AND MAI ZHOU 2 University of Central Florida and University of Kentucky Abstract We use the empirical likelihood approach

More information

Meei Pyng Ng 1 and Ray Watson 1

Meei Pyng Ng 1 and Ray Watson 1 Aust N Z J Stat 444), 2002, 467 478 DEALING WITH TIES IN FAILURE TIME DATA Meei Pyng Ng 1 and Ray Watson 1 University of Melbourne Summary In dealing with ties in failure time data the mechanism by which

More information

Part III. Hypothesis Testing. III.1. Log-rank Test for Right-censored Failure Time Data

Part III. Hypothesis Testing. III.1. Log-rank Test for Right-censored Failure Time Data 1 Part III. Hypothesis Testing III.1. Log-rank Test for Right-censored Failure Time Data Consider a survival study consisting of n independent subjects from p different populations with survival functions

More information

Estimating transition probabilities for the illness-death model The Aalen-Johansen estimator under violation of the Markov assumption Torunn Heggland

Estimating transition probabilities for the illness-death model The Aalen-Johansen estimator under violation of the Markov assumption Torunn Heggland Estimating transition probabilities for the illness-death model The Aalen-Johansen estimator under violation of the Markov assumption Torunn Heggland Master s Thesis for the degree Modelling and Data Analysis

More information

Two-stage Adaptive Randomization for Delayed Response in Clinical Trials

Two-stage Adaptive Randomization for Delayed Response in Clinical Trials Two-stage Adaptive Randomization for Delayed Response in Clinical Trials Guosheng Yin Department of Statistics and Actuarial Science The University of Hong Kong Joint work with J. Xu PSI and RSS Journal

More information

Survival analysis in R

Survival analysis in R Survival analysis in R Niels Richard Hansen This note describes a few elementary aspects of practical analysis of survival data in R. For further information we refer to the book Introductory Statistics

More information

Estimating Causal Effects of Organ Transplantation Treatment Regimes

Estimating Causal Effects of Organ Transplantation Treatment Regimes Estimating Causal Effects of Organ Transplantation Treatment Regimes David M. Vock, Jeffrey A. Verdoliva Boatman Division of Biostatistics University of Minnesota July 31, 2018 1 / 27 Hot off the Press

More information

The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is

The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is Weibull in R The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is f (x) = a b ( x b ) a 1 e (x/b) a This means that a = α in the book s parameterization

More information

INFERENCES ON MEDIAN FAILURE TIME FOR CENSORED SURVIVAL DATA

INFERENCES ON MEDIAN FAILURE TIME FOR CENSORED SURVIVAL DATA INFERENCES ON MEDIAN FAILURE TIME FOR CENSORED SURVIVAL DATA by Shaowu Tang B.S. in Applied Mathematics, Wuhan University, China, 1993 M.S. in Applied Mathematics, Wuhan University, China, 1996 Ph.D in

More information

Extensions of Cox Model for Non-Proportional Hazards Purpose

Extensions of Cox Model for Non-Proportional Hazards Purpose PhUSE Annual Conference 2013 Paper SP07 Extensions of Cox Model for Non-Proportional Hazards Purpose Author: Jadwiga Borucka PAREXEL, Warsaw, Poland Brussels 13 th - 16 th October 2013 Presentation Plan

More information

Survival Analysis Math 434 Fall 2011

Survival Analysis Math 434 Fall 2011 Survival Analysis Math 434 Fall 2011 Part IV: Chap. 8,9.2,9.3,11: Semiparametric Proportional Hazards Regression Jimin Ding Math Dept. www.math.wustl.edu/ jmding/math434/fall09/index.html Basic Model Setup

More information

Lecture 22 Survival Analysis: An Introduction

Lecture 22 Survival Analysis: An Introduction University of Illinois Department of Economics Spring 2017 Econ 574 Roger Koenker Lecture 22 Survival Analysis: An Introduction There is considerable interest among economists in models of durations, which

More information

Product-limit estimators of the survival function with left or right censored data

Product-limit estimators of the survival function with left or right censored data Product-limit estimators of the survival function with left or right censored data 1 CREST-ENSAI Campus de Ker-Lann Rue Blaise Pascal - BP 37203 35172 Bruz cedex, France (e-mail: patilea@ensai.fr) 2 Institut

More information

arxiv: v3 [stat.me] 24 Mar 2018

arxiv: v3 [stat.me] 24 Mar 2018 Nonparametric generalized fiducial inference for survival functions under censoring Yifan Cui 1 and Jan Hannig 1 1 Department of Statistics and Operations Research, University of North Carolina, Chapel

More information

Bayesian Nonparametric Inference Methods for Mean Residual Life Functions

Bayesian Nonparametric Inference Methods for Mean Residual Life Functions Bayesian Nonparametric Inference Methods for Mean Residual Life Functions Valerie Poynor Department of Applied Mathematics and Statistics, University of California, Santa Cruz April 28, 212 1/3 Outline

More information

Logistic regression model for survival time analysis using time-varying coefficients

Logistic regression model for survival time analysis using time-varying coefficients Logistic regression model for survival time analysis using time-varying coefficients Accepted in American Journal of Mathematical and Management Sciences, 2016 Kenichi SATOH ksatoh@hiroshima-u.ac.jp Research

More information

PhD course in Advanced survival analysis. One-sample tests. Properties. Idea: (ABGK, sect. V.1.1) Counting process N(t)

PhD course in Advanced survival analysis. One-sample tests. Properties. Idea: (ABGK, sect. V.1.1) Counting process N(t) PhD course in Advanced survival analysis. (ABGK, sect. V.1.1) One-sample tests. Counting process N(t) Non-parametric hypothesis tests. Parametric models. Intensity process λ(t) = α(t)y (t) satisfying Aalen

More information