G11CAF (PDF version)
G11 Chapter Contents
G11 Chapter Introduction
NAG Library Manual

NAG Library Routine Document

G11CAF

Note:  before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.

+ Contents

    1  Purpose
    7  Accuracy

1  Purpose

G11CAF returns parameter estimates for the conditional logistic analysis of stratified data, for example, data from case-control studies and survival analyses.

2  Specification

SUBROUTINE G11CAF ( N, M, NS, Z, LDZ, ISZ, IP, IC, ISI, DEV, B, SE, SC, COV, NCA, NCT, TOL, MAXIT, IPRINT, WK, LWK, IFAIL)
INTEGER  N, M, NS, LDZ, ISZ(M), IP, IC(N), ISI(N), NCA(NS), NCT(NS), MAXIT, IPRINT, LWK, IFAIL
REAL (KIND=nag_wp)  Z(LDZ,M), DEV, B(IP), SE(IP), SC(IP), COV(IP*(IP+1)/2), TOL, WK(LWK)

3  Description

In the analysis of binary data, the logistic model is commonly used. This relates the probability of one of the outcomes, say y=1, to p explanatory variates or covariates by
Proby=1=expα+zTβ 1+expα+zTβ ,
where β is a vector of unknown coefficients for the covariates z and α is a constant term. If the observations come from different strata or groups, α would vary from strata to strata. If the observed outcomes are independent then the ys follow a Bernoulli distribution, i.e., a binomial distribution with sample size one and the model can be fitted as a generalized linear model with binomial errors.
In some situations the number of observations for which y=1 may not be independent. For example, in epidemiological research, case-control studies are widely used in which one or more observed cases are matched with one or more controls. The matching is based on fixed characteristics such as age and sex, and is designed to eliminate the effect of such characteristics in order to more accurately determine the effect of other variables. Each case-control group can be considered as a stratum. In this type of study the binomial model is not appropriate, except if the strata are large, and a conditional logistic model is used. This considers the probability of the cases having the observed vectors of covariates given the set of vectors of covariates in the strata. In the situation of one case per stratum, the conditional likelihood for ns strata can be written as
L=i=1nsexpziTβ lSiexpzlTβ , (1)
where Si is the set of observations in the ith stratum, with associated vectors of covariates zl, lSi, and zi is the vector of covariates of the case in the ith stratum. In the general case of ci cases per strata then the full conditional likelihood is
L=i=1nsexpsiTβ lCiexpslTβ , (2)
where si is the sum of the vectors of covariates for the cases in the ith stratum and sl, lCi refer to the sum of vectors of covariates for all distinct sets of ci observations drawn from the ith stratum. The conditional likelihood can be maximized by a Newton–Raphson procedure. The covariances of the parameter estimates can be estimated from the inverse of the matrix of second derivatives of the logarithm of the conditional likelihood, while the first derivatives provide the score function, Ujβ, for j=1,2,,p, which can be used for testing the significance of parameters.
If the strata are not small, Ci can be large so to improve the speed of computation, the algorithm in Howard (1972) and described by Krailo and Pike (1984) is used.
A second situation in which the above conditional likelihood arises is in fitting Cox's proportional hazard model (see G12BAF) in which the strata refer to the risk sets for each failure time and where the failures are cases. When ties are present in the data G12BAF uses an approximation. For an exact estimate, the data can be expanded using G12ZAF to create the risk sets/strata and G11CAF used.

4  References

Cox D R (1972) Regression models in life tables (with discussion) J. Roy. Statist. Soc. Ser. B 34 187–220
Cox D R and Hinkley D V (1974) Theoretical Statistics Chapman and Hall
Howard S (1972) Remark on the paper by Cox, D R (1972): Regression methods J. R. Statist. Soc. B 34 and life tables 187–220
Krailo M D and Pike M C (1984) Algorithm AS 196. Conditional multivariate logistic analysis of stratified case-control studies Appl. Statist. 33 95–103
Smith P G, Pike M C, Hill P, Breslow N E and Day N E (1981) Algorithm AS 162. Multivariate conditional logistic analysis of stratum-matched case-control studies Appl. Statist. 30 190–197

5  Parameters

1:     N – INTEGERInput
On entry: n, the number of observations.
Constraint: N2.
2:     M – INTEGERInput
On entry: the number of covariates in array Z.
Constraint: M1.
3:     NS – INTEGERInput
On entry: the number of strata, ns.
Constraint: NS1.
4:     Z(LDZ,M) – REAL (KIND=nag_wp) arrayInput
On entry: the ith row must contain the covariates which are associated with the ith observation.
5:     LDZ – INTEGERInput
On entry: the first dimension of the array Z as declared in the (sub)program from which G11CAF is called.
Constraint: LDZN.
6:     ISZ(M) – INTEGER arrayInput
On entry: indicates which subset of covariates are to be included in the model.
If ISZj1, the jth covariate is included in the model.
If ISZj=0, the jth covariate is excluded from the model and not referenced.
Constraint: ISZj0 and at least one value must be nonzero.
7:     IP – INTEGERInput
On entry: p, the number of covariates included in the model as indicated by ISZ.
Constraint: IP1 and IP= number of nonzero values of ISZ .
8:     IC(N) – INTEGER arrayInput
On entry: indicates whether the ith observation is a case or a control.
If ICi=0, indicates that the ith observation is a case.
If ICi=1, indicates that the ith observation is a control.
Constraint: ICi=0 or 1, for i=1,2,,N.
9:     ISI(N) – INTEGER arrayInput
On entry: stratum indicators which also allow data points to be excluded from the analysis.
If ISIi=k, indicates that the ith observation is from the kth stratum, where k=1,2,,NS.
If ISIi=0, indicates that the ith observation is to be omitted from the analysis.
Constraint: 0ISIiNS and more than IP values of ISIi>0, for i=1,2,,N.
10:   DEV – REAL (KIND=nag_wp)Output
On exit: the deviance, that is, -2×, (maximized log marginal likelihood).
11:   B(IP) – REAL (KIND=nag_wp) arrayInput/Output
On entry: initial estimates of the covariate coefficient parameters β. Bj must contain the initial estimate of the coefficent of the covariate in Z corresponding to the jth nonzero value of ISZ.
Suggested value: in many cases an initial value of zero for Bj may be used. For another suggestion see Section 8.
On exit: Bj contains the estimate β^i of the coefficient of the covariate stored in the ith column of Z where i is the jth nonzero value in the array ISZ.
12:   SE(IP) – REAL (KIND=nag_wp) arrayOutput
On exit: SEj is the asymptotic standard error of the estimate contained in Bj and score function in SCj, for j=1,2,,IP.
13:   SC(IP) – REAL (KIND=nag_wp) arrayOutput
On exit: SCj is the value of the score function Ujβ for the estimate contained in Bj.
14:   COV(IP×IP+1/2) – REAL (KIND=nag_wp) arrayOutput
On exit: the variance-covariance matrix of the parameter estimates in B stored in packed form by column, i.e., the covariance between the parameter estimates given in Bi and Bj, ji, is given in COVjj-1/2+i.
15:   NCA(NS) – INTEGER arrayOutput
On exit: NCAi contains the number of cases in the ith stratum, for i=1,2,,NS.
16:   NCT(NS) – INTEGER arrayOutput
On exit: NCTi contains the number of controls in the ith stratum, for i=1,2,,NS.
17:   TOL – REAL (KIND=nag_wp)Input
On entry: indicates the accuracy required for the estimation. Convergence is assumed when the decrease in deviance is less than TOL×1.0+CurrentDeviance. This corresponds approximately to an absolute accuracy if the deviance is small and a relative accuracy if the deviance is large.
Constraint: TOL10×machine precision.
18:   MAXIT – INTEGERInput
On entry: the maximum number of iterations required for computing the estimates. If MAXIT is set to 0 then the standard errors, the score functions and the variance-covariance matrix are computed for the input value of β in B but β is not updated.
Constraint: MAXIT0.
19:   IPRINT – INTEGERInput
On entry: indicates if the printing of information on the iterations is required.
IPRINT0
No printing.
IPRINT1
The deviance and the current estimates are printed every IPRINT iterations. When printing occurs the output is directed to the current advisory message unit (see X04ABF).
Suggested value: IPRINT=0.
20:   WK(LWK) – REAL (KIND=nag_wp) arrayWorkspace
21:   LWK – INTEGERInput
On entry: the dimension of the array WK as declared in the (sub)program from which G11CAF is called.
Constraint: LWKpn0+cm+1p+1p+2/2+cm, where n0 is the number of observations included in the model, i.e., the number of observations for which ISIi0 and cm is the maximum number of observations in any stratum.
22:   IFAIL – INTEGERInput/Output
On entry: IFAIL must be set to 0, -1​ or ​1. If you are unfamiliar with this parameter you should refer to Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value -1​ or ​1 is recommended. If the output of error messages is undesirable, then the value 1 is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is 0. When the value -1​ or ​1 is used it is essential to test the value of IFAIL on exit.
On exit: IFAIL=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6  Error Indicators and Warnings

If on entry IFAIL=0 or -1, explanatory error messages are output on the current error message unit (as defined by X04AAF).
Errors or warnings detected by the routine:
IFAIL=1
On entry,M<1,
orN<2,
orNS<1,
orIP<1,
orLDZ<N,
orTOL<10×machine precision,
orMAXIT<0.
IFAIL=2
On entry,ISZi<0, for some i,
orthe value of IP is incompatible with ISZ,
orICi1 or 0.
orISIi<0 or ISIi>NS,
orthe number of values of ISZi>0 is greater than or equal to n0, the number of observations excluding any with ISIi=0.
IFAIL=3
The value of LWK is too small.
IFAIL=4
Overflow has been detected. Try using different starting values.
IFAIL=5
The matrix of second partial derivatives is singular. Try different starting values or include fewer covariates.
IFAIL=6
Convergence has not been achieved in MAXIT iterations. The progress towards convergence can be examined by using a nonzero value of IPRINT. Any non-convergence may be due to a linear combination of covariates being monotonic with time.
Full results are returned.

7  Accuracy

The accuracy is specified by TOL.

8  Further Comments

The other models described in Section 3 can be fitted using the generalized linear modelling routines G02GBF and G02GCF.
The case with one case per stratum can be analysed by having a dummy response variable y such that y=1 for a case and y=0 for a control, and fitting a Poisson generalized linear model with a log link and including a factor with a level for each strata. These models can be fitted by using G02GCF.
G11CAF uses mean centering, which involves subtracting the means from the covariables prior to computation of any statistics. This helps to minimize the effect of outlying observations and accelerates convergence. In order to reduce the risk of the sums computed by Howard's algorithm becoming too large, the scaling factor described in Krailo and Pike (1984) is used.
If the initial estimates are poor then there may be a problem with overflow in calculating expβTzi or there may be non-convergence. Reasonable estimates can often be obtained by fitting an unconditional model.

9  Example

The data was used for illustrative purposes by Smith et al. (1981) and consists of two strata and two covariates. The data is input, the model is fitted and the results are printed.

9.1  Program Text

Program Text (g11cafe.f90)

9.2  Program Data

Program Data (g11cafe.d)

9.3  Program Results

Program Results (g11cafe.r)


G11CAF (PDF version)
G11 Chapter Contents
G11 Chapter Introduction
NAG Library Manual

© The Numerical Algorithms Group Ltd, Oxford, UK. 2012