NAG Library Routine Document
G02GBF
1 Purpose
G02GBF fits a generalized linear model with binomial errors.
2 Specification
SUBROUTINE G02GBF ( |
LINK, MEAN, OFFSET, WEIGHT, N, X, LDX, M, ISX, IP, Y, T, WT, DEV, IDF, B, IRANK, SE, COV, V, LDV, TOL, MAXIT, IPRINT, EPS, WK, IFAIL) |
INTEGER |
N, LDX, M, ISX(M), IP, IDF, IRANK, LDV, MAXIT, IPRINT, IFAIL |
REAL (KIND=nag_wp) |
X(LDX,M), Y(N), T(N), WT(*), DEV, B(IP), SE(IP), COV(IP*(IP+1)/2), V(LDV,IP+7), TOL, EPS, WK((IP*IP+3*IP+22)/2) |
CHARACTER(1) |
LINK, MEAN, OFFSET, WEIGHT |
|
3 Description
A generalized linear model with binomial errors consists of the following elements:
(a) |
a set of observations, , from a binomial distribution:
|
(b) |
, a set of independent variables for each observation, . |
(c) |
a linear model:
|
(d) |
a link between the linear predictor, , and the mean of the distribution, , the link function, . The possible link functions are:
(i) |
logistic link: , |
(ii) |
probit link: , |
(iii) |
complementary log-log link: |
|
(e) |
a measure of fit, the deviance:
|
The linear parameters are estimated by iterative weighted least squares. An adjusted dependent variable,
, is formed:
and a working weight,
,
At each iteration an approximation to the estimate of
,
, is found by the weighted least squares regression of
on
with weights
.
G02GBF finds a decomposition of , i.e., where is a by triangular matrix and is an by column orthogonal matrix.
If
is of full rank, then
is the solution to
If
is not of full rank a solution is obtained by means of a singular value decomposition (SVD) of
.
where
is a
by
diagonal matrix with nonzero diagonal elements,
being the rank of
and
.
This gives the solution
being the first
columns of
, i.e.,
.
The iterations are continued until there is only a small change in the deviance.
The initial values for the algorithm are obtained by taking
The fit of the model can be assessed by examining and testing the deviance, in particular by comparing the difference in deviance between nested models, i.e., when one model is a sub-model of the other. The difference in deviance between two nested models has, asymptotically, a
-distribution with degrees of freedom given by the difference in the degrees of freedom associated with the two deviances.
The parameters estimates,
, are asymptotically Normally distributed with variance-covariance matrix
- in the full rank case, otherwise
- .
The residuals and influence statistics can also be examined.
The estimated linear predictor , can be written as for an by matrix . The th diagonal elements of , , give a measure of the influence of the th values of the independent variables on the fitted regression model. These are sometimes known as leverages.
The fitted values are given by .
G02GBF also computes the deviance residuals,
:
An option allows the use of prior weights in the model.
In many linear regression models the first term is taken as a mean term or an intercept, i.e., , for . This is provided as an option.
Often only some of the possible independent variables are included in a model; the facility to select variables to be included in the model is provided.
If part of the linear predictor can be represented by variables with a known coefficient then this can be included in the model by using an offset,
:
If the model is not of full rank the solution given will be only one of the possible solutions. Other estimates may be obtained by applying constraints to the parameters. These solutions can be obtained by using
G02GKF after using G02GBF. Only certain linear combinations of the parameters will have unique estimates, these are known as estimable functions and can be estimated and tested using
G02GNF.
Details of the SVD are made available in the form of the matrix
:
4 References
Cook R D and Weisberg S (1982) Residuals and Influence in Regression Chapman and Hall
Cox D R (1983) Analysis of Binary Data Chapman and Hall
McCullagh P and Nelder J A (1983) Generalized Linear Models Chapman and Hall
5 Parameters
- 1: LINK – CHARACTER(1)Input
On entry: indicates which link function is to be used.
- A logistic link is used.
- A probit link is used.
- A complementary log-log link is used.
Constraint:
, or .
- 2: MEAN – CHARACTER(1)Input
On entry: indicates if a mean term is to be included.
- A mean term, intercept, will be included in the model.
- The model will pass through the origin, zero-point.
Constraint:
or .
- 3: OFFSET – CHARACTER(1)Input
On entry: indicates if an offset is required.
- An offset is required and the offsets must be supplied in the seventh column of V.
- No offset is required.
Constraint:
or .
- 4: WEIGHT – CHARACTER(1)Input
On entry: indicates if prior weights are to be used.
- No prior weights are used.
- Prior weights are used and weights must be supplied in WT.
Constraint:
or .
- 5: N – INTEGERInput
On entry: , the number of observations.
Constraint:
.
- 6: X(LDX,M) – REAL (KIND=nag_wp) arrayInput
On entry: must contain the th observation for the th independent variable, for and .
- 7: LDX – INTEGERInput
On entry: the first dimension of the array
X as declared in the (sub)program from which G02GBF is called.
Constraint:
.
- 8: M – INTEGERInput
On entry: , the total number of independent variables.
Constraint:
.
- 9: ISX(M) – INTEGER arrayInput
On entry: indicates which independent variables are to be included in the model.
- The variable contained in the th column of X is included in the regression model.
Constraints:
- , for ;
- if , exactly values of ISX must be ;
- if , exactly IP values of ISX must be .
- 10: IP – INTEGERInput
On entry: the number of independent variables in the model, including the mean or intercept if present.
Constraint:
.
- 11: Y(N) – REAL (KIND=nag_wp) arrayInput
On entry: the observations on the dependent variable,
, for .
Constraint:
, for .
- 12: T(N) – REAL (KIND=nag_wp) arrayInput
On entry: , the binomial denominator.
Constraint:
, for .
- 13: WT() – REAL (KIND=nag_wp) arrayInput
-
Note: the dimension of the array
WT
must be at least
if
, and at least
otherwise.
On entry: if
,
WT must contain the weights to be used in the weighted regression. If
, the
th observation is not included in the model, in which case the effective number of observations is the number of observations with nonzero weights.
If
,
WT is not referenced and the effective number of observations is
.
Constraint:
if , , for .
- 14: DEV – REAL (KIND=nag_wp)Output
On exit: the deviance for the fitted model.
- 15: IDF – INTEGEROutput
On exit: the degrees of freedom associated with the deviance for the fitted model.
- 16: B(IP) – REAL (KIND=nag_wp) arrayOutput
On exit: the estimates of the parameters of the generalized linear model,
.
If
, the first element of
B will contain the estimate of the mean parameter and
will contain the coefficient of the variable contained in column
of
, where
is the
th positive value in the array
ISX.
If
,
will contain the coefficient of the variable contained in column
of
, where
is the
th positive value in the array
ISX.
- 17: IRANK – INTEGEROutput
On exit: the rank of the independent variables.
If the model is of full rank, .
If the model is not of full rank,
IRANK is an estimate of the rank of the independent variables.
IRANK is calculated as the number of singular values greater that
(largest singular value).
It is possible for the SVD to be carried out but for
IRANK to be returned as
IP.
- 18: SE(IP) – REAL (KIND=nag_wp) arrayOutput
On exit: the standard errors of the linear parameters.
contains the standard error of the parameter estimate in , for .
- 19: COV() – REAL (KIND=nag_wp) arrayOutput
On exit: the upper triangular part of the variance-covariance matrix of the
IP parameter estimates given in
B. They are stored in packed form by column, i.e., the covariance between the parameter estimate given in
and the parameter estimate given in
,
, is stored in
.
- 20: V(LDV,) – REAL (KIND=nag_wp) arrayInput/Output
On entry: if
,
V need not be set.
If ,
, for must contain the offset values . All other values need not be set.
On exit: auxiliary information on the fitted model.
|
contains the linear predictor value,
, for . |
|
contains the fitted value,
, for . |
|
contains the variance standardization,
, for . |
|
contains the square root of the working weight,
, for . |
|
contains the deviance residual,
, for . |
|
contains the leverage,
, for . |
|
contains the offset,
, for . If , all values will be zero. |
|
for , contains the results of the decomposition or the singular value decomposition. |
If the model is not of full rank, i.e.,
, the first
IP rows of columns
to
contain the
matrix.
- 21: LDV – INTEGERInput
On entry: the first dimension of the array
V as declared in the (sub)program from which G02GBF is called.
Constraint:
.
- 22: TOL – REAL (KIND=nag_wp)Input
On entry: indicates the accuracy required for the fit of the model.
The iterative weighted least squares procedure is deemed to have converged if the absolute change in deviance between iterations is less than . This is approximately an absolute precision if the deviance is small and a relative precision if the deviance is large.
If , the routine will use instead.
Constraint:
.
- 23: MAXIT – INTEGERInput
On entry: the maximum number of iterations for the iterative weighted least squares.
If , a default value of is used.
Constraint:
.
- 24: IPRINT – INTEGERInput
On entry: indicates if the printing of information on the iterations is required.
- There is no printing.
- The following is printed every IPRINT iterations:
- the deviance,
- the current estimates,
- and if the weighted least squares equations are singular, then this is indicated.
When printing occurs the output is directed to the current advisory message unit (see
X04ABF).
- 25: EPS – REAL (KIND=nag_wp)Input
On entry: the value of
EPS is used to decide if the independent variables are of full rank and, if not, what is the rank of the independent variables. The smaller the value of
EPS the stricter the criterion for selecting the singular value decomposition.
If , the routine will use machine precision instead.
Constraint:
.
- 26: WK() – REAL (KIND=nag_wp) arrayWorkspace
- 27: IFAIL – INTEGERInput/Output
-
On entry:
IFAIL must be set to
,
. 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
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output parameters may be useful even if
on exit, 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).
Note: G02GBF may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the routine:
On entry, | , |
or | , |
or | , |
or | , |
or | , |
or | , or . |
or | or . |
or | or . |
or | or . |
or | , |
or | , |
or | . |
-
On entry, | and a value of . |
-
On entry, | a value of , |
or | the value of IP is incompatible with the values of MEAN and ISX, |
or | IP is greater than the effective number of observations. |
On entry, | for some . |
On entry, | , |
or | for some . |
A fitted value is at the boundary, i.e., or . This may occur if there are values of or and the model is too complex for the data. The model should be reformulated with, perhaps, some observations dropped.
-
The singular value decomposition has failed to converge. This is an unlikely error exit.
-
The iterative weighted least squares has failed to converge in
MAXIT (or default
) iterations. The value of
MAXIT could be increased but it may be advantageous to examine the convergence using the
IPRINT option. This may indicate that the convergence is slow because the solution is at a boundary in which case it may be better to reformulate the model.
-
The rank of the model has changed during the weighted least squares iterations. The estimate for returned may be reasonable, but you should check how the deviance has changed during iterations.
-
The degrees of freedom for error are . A saturated model has been fitted.
7 Accuracy
The accuracy will depend on the value of
TOL as described in
Section 5. As the deviance is a function of
the accuracy of the
will be only a function of
TOL, so
TOL should be set smaller than the required accuracy for
.
None.
9 Example
A linear trend
is fitted to data relating the incidence of carriers of Streptococcus pyogenes to size of tonsils. The data is described in
Cox (1983).
9.1 Program Text
Program Text (g02gbfe.f90)
9.2 Program Data
Program Data (g02gbfe.d)
9.3 Program Results
Program Results (g02gbfe.r)