NAG CL Interface
g12abc (logrank)

Settings help

CL Name Style:


1 Purpose

g12abc calculates the rank statistics, which can include the logrank test, for comparing survival curves.

2 Specification

#include <nag.h>
void  g12abc (Integer n, const double t[], const Integer ic[], const Integer grp[], Integer ngrp, const Integer ifreq[], const double wt[], double *ts, Integer *df, double *p, double obsd[], double expt[], Integer *nd, Integer di[], Integer ni[], Integer ldn, NagError *fail)
The function may be called by the names: g12abc or nag_surviv_logrank.

3 Description

A survivor function, S(t), is the probability of surviving to at least time t. Given a series of n failure or right-censored times from g groups g12abc calculates a rank statistic for testing the null hypothesis where τ is the largest observed time, against the alternative hypothesis
Let t i , for i=1,2,,nd, denote the list of distinct failure times across all g groups and wi a series of nd weights. Let dij denote the number of failures at time ti in group j and nij denote the number of observations in the group j that are known to have not failed prior to time ti, i.e., the size of the risk set for group j at time ti. If a censored observation occurs at time ti then that observation is treated as if the censoring had occurred slightly after ti and, therefore, the observation is counted as being part of the risk set at time ti. Finally let
di = j=1 g d ij   and   ni = j=1 g n ij .  
The (weighted) number of observed failures in the jth group, Oj, is, therefore, given by
Oj = i=1 nd wi d ij  
and the (weighted) number of expected failures in the jth group, Ej, by
Ej = i=1 nd wi n ij di ni .  
If x denotes the vector of differences x = (O1-E1,O2-E2,,Og-Eg) and
V jk = i=1 nd w i 2 ( di (ni-di) (ni n i k I jk - n ij n ik ) n i 2 (ni-1) )  
where I jk = 1 if j=k and 0 otherwise, then the rank statistic, T, is calculated as
T = x V- xT  
where V- denotes a generalized inverse of the matrix V. Under the null hypothesis, T χ ν 2 where the degrees of freedom, ν, is taken as the rank of the matrix V.

4 References

Gross A J and Clark V A (1975) Survival Distributions: Reliability Applications in the Biomedical Sciences Wiley
Kalbfleisch J D and Prentice R L (1980) The Statistical Analysis of Failure Time Data Wiley
Rostomily R C, Duong D, McCormick K, Bland M and Berger M S (1994) Multimodality management of recurrent adult malignant gliomas: results of a phase II multiagent chemotherapy study and analysis of cytoreductive surgery Neurosurgery 35 378

5 Arguments

1: n Integer Input
On entry: n, the number of failure and censored times.
Constraint: n2.
2: t[n] const double Input
On entry: the observed failure and censored times; these need not be ordered.
Constraint: t[i-1]t[j-1] for at least one ij, for i=1,2,,n and j=1,2,,n.
3: ic[n] const Integer Input
On entry: ic[i-1] contains the censoring code of the ith observation, for i=1,2,,n.
ic[i-1]=0
the ith observation is a failure time.
ic[i-1]=1
the ith observation is right-censored.
Constraints:
  • ic[i-1]=0 or 1, for i=1,2,,n;
  • ic[i-1]=0 for at least one i.
4: grp[n] const Integer Input
On entry: grp[i-1] contains a flag indicating which group the ith observation belongs in, for i=1,2,,n.
Constraints:
  • 1grp[i-1]ngrp, for i=1,2,,n;
  • each group must have at least one observation.
5: ngrp Integer Input
On entry: g, the number of groups.
Constraint: 2ngrpn.
6: ifreq[dim] const Integer Input
Note: the dimension, dim, of the array ifreq must be at least
  • n, when ifreqis notNULL.
On entry: optionally, the frequency (number of observations) that each entry in t corresponds to. If ifreqisNULL then each entry in t is assumed to correspond to a single observation, i.e., a frequency of 1 is assumed.
Constraint: if ifreqis notNULL, ifreq[i-1]0, for i=1,2,,n.
7: wt[dim] const double Input
Note: the dimension, dim, of the array wt must be at least
  • ldn, when wtis notNULL.
On entry: optionally, the nd weights, wi, where nd is the number of distinct failure times. If wtisNULL then wi=1 for all i.
Constraint: if wtis notNULL, wt[i-1]0.0, for i=1,2,,nd.
8: ts double * Output
On exit: T, the test statistic.
9: df Integer * Output
On exit: ν, the degrees of freedom.
10: p double * Output
On exit: P(XT), when Xχν2, i.e., the probability associated with ts.
11: obsd[ngrp] double Output
On exit: Oi, the observed number of failures in each group.
12: expt[ngrp] double Output
On exit: Ei, the expected number of failures in each group.
13: nd Integer * Output
On exit: nd, the number of distinct failure times.
14: di[ldn] Integer Output
On exit: the first nd elements of di contain di, the number of failures, across all groups, at time ti.
15: ni[ldn] Integer Output
On exit: the first nd elements of ni contain ni, the size of the risk set, across all groups, at time ti.
16: ldn Integer Input
On entry: the size of arrays di and ni. As ndn, if nd is not known a priori then a value of n can safely be used for ldn.
Constraint: ldnnd, the number of unique failure times.
17: fail NagError * Input/Output
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).

6 Error Indicators and Warnings

NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 3.1.2 in the Introduction to the NAG Library CL Interface for further information.
NE_BAD_PARAM
On entry, argument value had an illegal value.
NE_GROUP_OBSERV
On entry, group value has no observations.
NE_INT
On entry, ldn=value.
Constraint: ldnvalue.
On entry, n=value.
Constraint: n2.
NE_INT_2
On entry, ngrp=value and n=value.
Constraint: 2ngrpn.
NE_INT_ARRAY
On entry, grp[value]=value and ngrp=value.
Constraint: 1grp[i-1]ngrp.
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
See Section 7.5 in the Introduction to the NAG Library CL Interface for further information.
NE_INVALID_CENSOR_CODE
On entry, ic[value]=value.
Constraint: ic[i-1]=0 or 1.
NE_INVALID_FREQ
On entry, ifreq[value]=value.
Constraint: ifreq[i-1]0.
NE_NEG_WEIGHT
On entry, wt[value]=value.
Constraint: wt[i-1]0.0.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library CL Interface for further information.
NE_OBSERVATIONS
On entry, all observations are censored.
NE_TIME_SERIES_IDEN
On entry, all the times in t are the same.
NE_ZERO_DF
The degrees of freedom are zero.

7 Accuracy

Not applicable.

8 Parallelism and Performance

g12abc is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g12abc makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the Users' Note for your implementation for any additional implementation-specific information.

9 Further Comments

The use of different weights in the formula given in Section 3 leads to different rank statistics being calculated. The logrank test has wi=1, for all i, which is the equivalent of calling g12abc when wtisNULL. Other rank statistics include Wilcoxon (wi=ni), Tarone–Ware (wi=ni) and Peto–Peto ( wi = S~ (ti) where S~ (ti) = tj ti nj - dj + 1 nj+1 ) amongst others.
Calculation of any test, other than the logrank test, will probably require g12abc to be called twice, once to calculate the values of ni and di to facilitate in the computation of the required weights, and once to calculate the test statistic itself.

10 Example

This example compares the time to death for 51 adults with two different types of recurrent gliomas (brain tumour), astrocytoma and glioblastoma, using a logrank test. For further details on the data see Rostomily et al. (1994).

10.1 Program Text

Program Text (g12abce.c)

10.2 Program Data

Program Data (g12abce.d)

10.3 Program Results

Program Results (g12abce.r)