NAG Library Routine Document
g12abf (logrank)
1
Purpose
g12abf calculates the rank statistics, which can include the logrank test, for comparing survival curves.
2
Specification
Fortran Interface
Subroutine g12abf ( |
n, t, ic, grp, ngrp, freq, ifreq, weight, wt, ts, df, p, obsd, expt, nd, di, ni, ldn, ifail) |
Integer, Intent (In) | :: | n, ic(n), grp(n), ngrp, ifreq(*), ldn | Integer, Intent (Inout) | :: | ifail | Integer, Intent (Out) | :: | df, nd, di(ldn), ni(ldn) | Real (Kind=nag_wp), Intent (In) | :: | t(n), wt(*) | Real (Kind=nag_wp), Intent (Out) | :: | ts, p, obsd(ngrp), expt(ngrp) | Character (1), Intent (In) | :: | freq, weight |
|
C Header Interface
#include <nagmk26.h>
void |
g12abf_ (const Integer *n, const double t[], const Integer ic[], const Integer grp[], const Integer *ngrp, const char *freq, const Integer ifreq[], const char *weight, const double wt[], double *ts, Integer *df, double *p, double obsd[], double expt[], Integer *nd, Integer di[], Integer ni[], const Integer *ldn, Integer *ifail, const Charlen length_freq, const Charlen length_weight) |
|
3
Description
A survivor function,
, is the probability of surviving to at least time
. Given a series of
failure or right-censored times from
groups
g12abf calculates a rank statistic for testing the null hypothesis
-
where
is the largest observed time, against the alternative hypothesis
-
at least one of the
differ, for some
.
Let
, for
, denote the list of distinct failure times across all
groups and
a series of
weights. Let
denote the number of failures at time
in group
and
denote the number of observations in the group
that are known to have not failed prior to time
, i.e., the size of the risk set for group
at time
. If a censored observation occurs at time
then that observation is treated as if the censoring had occurred slightly after
and therefore the observation is counted as being part of the risk set at time
. Finally let
The (weighted) number of observed failures in the
th group,
, is therefore given by
and the (weighted) number of expected failures in the
th group,
, by
If
denotes the vector of differences
and
where
if
and
otherwise, then the rank statistic,
, is calculated as
where
denotes a generalized inverse of the matrix
. Under the null hypothesis,
where the degrees of freedom,
, is taken as the rank of the matrix
.
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: – IntegerInput
-
On entry: , the number of failure and censored times.
Constraint:
.
- 2: – Real (Kind=nag_wp) arrayInput
-
On entry: the observed failure and censored times; these need not be ordered.
Constraint:
for at least one , for and .
- 3: – Integer arrayInput
-
On entry:
contains the censoring code of the
th observation, for
.
- the th observation is a failure time.
- the th observation is right-censored.
Constraints:
- or , for ;
- for at least one .
- 4: – Integer arrayInput
-
On entry: contains a flag indicating which group the th observation belongs in, for .
Constraints:
- , for ;
- each group must have at least one observation.
- 5: – IntegerInput
-
On entry: , the number of groups.
Constraint:
.
- 6: – Character(1)Input
-
On entry: indicates whether frequencies are provided for each time point.
- Frequencies are provided for each failure and censored time.
- The failure and censored times are considered as single observations, i.e., a frequency of is assumed.
Constraint:
or .
- 7: – Integer arrayInput
Note: the dimension of the array
ifreq
must be at least
if
.
On entry: if
,
must contain the frequency (number of observations) to which each entry in
t corresponds.
If
, each entry in
t is assumed to correspond to a single observation, i.e., a frequency of
is assumed, and
ifreq is not referenced.
Constraint:
if , , for .
- 8: – Character(1)Input
-
On entry: indicates if weights are to be used.
- All weights are assumed to be .
- The weights, are supplied in wt.
Constraint:
or .
- 9: – Real (Kind=nag_wp) arrayInput
Note: the dimension of the array
wt
must be at least
if
.
On entry: if
,
wt must contain the
weights,
, where
is the number of distinct failure times.
If
,
wt is not referenced and
for all
.
Constraint:
if , , for .
- 10: – Real (Kind=nag_wp)Output
-
On exit: , the test statistic.
- 11: – IntegerOutput
-
On exit: , the degrees of freedom.
- 12: – Real (Kind=nag_wp)Output
-
On exit:
, when
, i.e., the probability associated with
ts.
- 13: – Real (Kind=nag_wp) arrayOutput
-
On exit: , the observed number of failures in each group.
- 14: – Real (Kind=nag_wp) arrayOutput
-
On exit: , the expected number of failures in each group.
- 15: – IntegerOutput
-
On exit: , the number of distinct failure times.
- 16: – Integer arrayOutput
-
On exit: the first
nd elements of
di contain
, the number of failures, across all groups, at time
.
- 17: – Integer arrayOutput
-
On exit: the first
nd elements of
ni contain
, the size of the risk set, across all groups, at time
.
- 18: – IntegerInput
-
On entry: the size of arrays
di and
ni. As
, if
is not known
a priori then a value of
n can safely be used for
ldn.
Constraint:
, the number of unique failure times.
- 19: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this argument, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Errors or warnings detected by the routine:
-
On entry, .
Constraint: .
-
On entry, all the times in
t are the same.
-
On entry, .
Constraint: or .
-
On entry, and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry,
freq had an illegal value.
-
On entry, .
Constraint: .
-
On entry,
weight had an illegal value.
-
On entry, .
Constraint: .
-
The degrees of freedom are zero.
-
On entry, .
Constraint: .
-
On entry, all observations are censored.
-
On entry, group has no observations.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
Not applicable.
8
Parallelism and Performance
g12abf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g12abf 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 routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The use of different weights in the formula given in
Section 3 leads to different rank statistics being calculated. The logrank test has
, for all
, which is the equivalent of calling
g12abf when
. Other rank statistics include Wilcoxon (
), Tarone–Ware (
) and Peto–Peto (
where
) amongst others.
Calculation of any test, other than the logrank test, will probably require g12abf to be called twice, once to calculate the values of and 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
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 (g12abfe.f90)
10.2
Program Data
Program Data (g12abfe.d)
10.3
Program Results
Program Results (g12abfe.r)