INCLUDE Keyword (CSGLM command)
The INCLUDE
keyword specifies whether the intercept is included in the model,
or the keyword requests the intercept-only model.
YES. The intercept is included in the model. This setting is the default.
NO. The intercept
is not included in the model. If no factors or covariates
are defined, specifying INCLUDE = NO
is invalid syntax.
ONLY. The intercept-only
model is fit. If the MODEL
subcommand is specified, specifying INCLUDE
= ONLY
is invalid syntax.