Logrank test

Hypothesis test to compare the survival distributions of two samples

The logrank test, or log-rank test, is a hypothesis test to compare the survival distributions of two samples. It is a nonparametric test and appropriate to use when the data are right skewed and censored (technically, the censoring must be non-informative). It is widely used in clinical trials to establish the efficacy of a new treatment in comparison with a control treatment when the measurement is the time to event (such as the time from initial treatment to a heart attack). The test is sometimes called the Mantel–Cox test. The logrank test can also be viewed as a time-stratified Cochran–Mantel–Haenszel test.

The test was first proposed by Nathan Mantel and was named the logrank test by Richard and Julian Peto.[1][2][3]

Definition

The logrank test statistic compares estimates of the hazard functions of the two groups at each observed event time. It is constructed by computing the observed and expected number of events in one of the groups at each observed event time and then adding these to obtain an overall summary across all-time points where there is an event.

Consider two groups of patients, e.g., treatment vs. control. Let 1 , , J {\displaystyle 1,\ldots ,J} be the distinct times of observed events in either group. Let N 1 , j {\displaystyle N_{1,j}} and N 2 , j {\displaystyle N_{2,j}} be the number of subjects "at risk" (who have not yet had an event or been censored) at the start of period j {\displaystyle j} in the groups, respectively. Let O 1 , j {\displaystyle O_{1,j}} and O 2 , j {\displaystyle O_{2,j}} be the observed number of events in the groups at time j {\displaystyle j} . Finally, define N j = N 1 , j + N 2 , j {\displaystyle N_{j}=N_{1,j}+N_{2,j}} and O j = O 1 , j + O 2 , j {\displaystyle O_{j}=O_{1,j}+O_{2,j}} .

The null hypothesis is that the two groups have identical hazard functions, H 0 : h 1 ( t ) = h 2 ( t ) {\displaystyle H_{0}:h_{1}(t)=h_{2}(t)} . Hence, under H 0 {\displaystyle H_{0}} , for each group i = 1 , 2 {\displaystyle i=1,2} , O i , j {\displaystyle O_{i,j}} follows a hypergeometric distribution with parameters N j {\displaystyle N_{j}} , N i , j {\displaystyle N_{i,j}} , O j {\displaystyle O_{j}} . This distribution has expected value E i , j = O j N i , j N j {\displaystyle E_{i,j}=O_{j}{\frac {N_{i,j}}{N_{j}}}} and variance V i , j = E i , j ( N j O j N j ) ( N j N i , j N j 1 ) {\displaystyle V_{i,j}=E_{i,j}\left({\frac {N_{j}-O_{j}}{N_{j}}}\right)\left({\frac {N_{j}-N_{i,j}}{N_{j}-1}}\right)} .

For all j = 1 , , J {\displaystyle j=1,\ldots ,J} , the logrank statistic compares O i , j {\displaystyle O_{i,j}} to its expectation E i , j {\displaystyle E_{i,j}} under H 0 {\displaystyle H_{0}} . It is defined as

Z i = j = 1 J ( O i , j E i , j ) j = 1 J V i , j   d   N ( 0 , 1 ) {\displaystyle Z_{i}={\frac {\sum _{j=1}^{J}(O_{i,j}-E_{i,j})}{\sqrt {\sum _{j=1}^{J}V_{i,j}}}}\ {\xrightarrow {d}}\ {\mathcal {N}}(0,1)}      (for i = 1 {\displaystyle i=1} or 2 {\displaystyle 2} )

By the central limit theorem, the distribution of each Z i {\displaystyle Z_{i}} converges to that of a standard normal distribution as J {\displaystyle J} approaches infinity and therefore can be approximated by the standard normal distribution for a sufficiently large J {\displaystyle J} . An improved approximation can be obtained by equating this quantity to Pearson type I or II (beta) distributions with matching first four moments, as described in Appendix B of the Peto and Peto paper.[2]

Asymptotic distribution

If the two groups have the same survival function, the logrank statistic is approximately standard normal. A one-sided level α {\displaystyle \alpha } test will reject the null hypothesis if Z > z α {\displaystyle Z>z_{\alpha }} where z α {\displaystyle z_{\alpha }} is the upper α {\displaystyle \alpha } quantile of the standard normal distribution. If the hazard ratio is λ {\displaystyle \lambda } , there are n {\displaystyle n} total subjects, d {\displaystyle d} is the probability a subject in either group will eventually have an event (so that n d {\displaystyle nd} is the expected number of events at the time of the analysis), and the proportion of subjects randomized to each group is 50%, then the logrank statistic is approximately normal with mean ( log λ ) n d 4 {\displaystyle (\log {\lambda })\,{\sqrt {\frac {n\,d}{4}}}} and variance 1.[4] For a one-sided level α {\displaystyle \alpha } test with power 1 β {\displaystyle 1-\beta } , the sample size required is n = 4 ( z α + z β ) 2 d log 2 λ {\displaystyle n={\frac {4\,(z_{\alpha }+z_{\beta })^{2}}{d\log ^{2}{\lambda }}}} where z α {\displaystyle z_{\alpha }} and z β {\displaystyle z_{\beta }} are the quantiles of the standard normal distribution.

Joint distribution

Suppose Z 1 {\displaystyle Z_{1}} and Z 2 {\displaystyle Z_{2}} are the logrank statistics at two different time points in the same study ( Z 1 {\displaystyle Z_{1}} earlier). Again, assume the hazard functions in the two groups are proportional with hazard ratio λ {\displaystyle \lambda } and d 1 {\displaystyle d_{1}} and d 2 {\displaystyle d_{2}} are the probabilities that a subject will have an event at the two time points where d 1 d 2 {\displaystyle d_{1}\leq d_{2}} . Z 1 {\displaystyle Z_{1}} and Z 2 {\displaystyle Z_{2}} are approximately bivariate normal with means log λ n d 1 4 {\displaystyle \log {\lambda }\,{\sqrt {\frac {n\,d_{1}}{4}}}} and log λ n d 2 4 {\displaystyle \log {\lambda }\,{\sqrt {\frac {n\,d_{2}}{4}}}} and correlation d 1 d 2 {\displaystyle {\sqrt {\frac {d_{1}}{d_{2}}}}} . Calculations involving the joint distribution are needed to correctly maintain the error rate when the data are examined multiple times within a study by a Data Monitoring Committee.

Relationship to other statistics

  • The logrank statistic can be derived as the score test for the Cox proportional hazards model comparing two groups. It is therefore asymptotically equivalent to the likelihood ratio test statistic based from that model.
  • The logrank statistic is asymptotically equivalent to the likelihood ratio test statistic for any family of distributions with proportional hazard alternative. For example, if the data from the two samples have exponential distributions.
  • If Z {\displaystyle Z} is the logrank statistic, D {\displaystyle D} is the number of events observed, and λ ^ {\displaystyle {\hat {\lambda }}} is the estimate of the hazard ratio, then log λ ^ Z 4 / D {\displaystyle \log {\hat {\lambda }}\approx Z\,{\sqrt {4/D}}} . This relationship is useful when two of the quantities are known (e.g. from a published article), but the third one is needed.
  • The logrank statistic can be used when observations are censored. If censored observations are not present in the data then the Wilcoxon rank sum test is appropriate.
  • The logrank statistic gives all calculations the same weight, regardless of the time at which an event occurs. The Peto logrank test statistic gives more weight to earlier events when there are a large number of observations.

Test assumptions

The logrank test is based on the same assumptions as the Kaplan-Meier survival curve—namely, that censoring is unrelated to prognosis, the survival probabilities are the same for subjects recruited early and late in the study, and the events happened at the times specified. Deviations from these assumptions matter most if they are satisfied differently in the groups being compared, for example if censoring is more likely in one group than another.[5]

See also

  • iconMathematics portal

References

  1. ^ Mantel, Nathan (1966). "Evaluation of survival data and two new rank order statistics arising in its consideration". Cancer Chemotherapy Reports. 50 (3): 163–70. PMID 5910392.
  2. ^ a b Peto, Richard; Peto, Julian (1972). "Asymptotically Efficient Rank Invariant Test Procedures". Journal of the Royal Statistical Society, Series A. 135 (2). Blackwell Publishing: 185–207. doi:10.2307/2344317. hdl:10338.dmlcz/103602. JSTOR 2344317.
  3. ^ Harrington, David (2005). "Linear Rank Tests in Survival Analysis". Encyclopedia of Biostatistics. Wiley Interscience. doi:10.1002/0470011815.b2a11047. ISBN 047084907X.
  4. ^ Schoenfeld, D (1981). "The asymptotic properties of nonparametric tests for comparing survival distributions". Biometrika. 68 (1): 316–319. doi:10.1093/biomet/68.1.316. JSTOR 2335833.
  5. ^ Bland, J. M.; Altman, D. G. (2004). "The logrank test". BMJ. 328 (7447): 1073. doi:10.1136/bmj.328.7447.1073. PMC 403858. PMID 15117797.
  • v
  • t
  • e
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
  • Z-test (normal)
  • Student's t-test
  • F-test
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
  • Category
  • icon Mathematics portal
  • Commons
  • WikiProject