|
Chapter Contents |
Previous |
Next |
| The GENMOD Procedure |
PROC GENMOD produces likelihood ratio-based confidence
intervals, also known as profile likelihood confidence intervals,
for parameter estimates for generalized linear models. These
are not computed for GEE models, since there is no likelihood
for this type of model.
Suppose that the parameter vector is
and that you want a confidence interval for
.The profile likelihood function for
is defined as


Convergence is controlled by the
CICONV= option in the MODEL statement.
Suppose
is the number specified in the CICONV= option.
The default value of
is 10-4.
Let the parameter of interest be
and
define r = uj, the unit vector
with a 1 in position j and 0s elsewhere.
Convergence is declared on the current iteration
if the following two conditions are satisfied:

When you request the LRCI option in the MODEL statement, PROC GENMOD computes profile likelihood confidence intervals for all parameters in the model, including the scale parameter, if there is one. The interval endpoints are displayed in a table as well as the values of the remaining parameters at the solution.
You can request that PROC GENMOD produce Wald
confidence intervals for the parameters.
The (1-
)100% Wald confidence interval
for a parameter
is defined as

|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.