PRINT Subcommand (CSLOGISTIC command)
The PRINT
subcommand is used to display optional output.
- If the
PRINT
subcommand is not specified, the default output includes sample information, variable and factor information, and model summary statistics. - If the
PRINT
subcommand is specified,CSLOGISTIC
displays output only for those keywords that are specified.
SAMPLEINFO. Sample information
table. Displays summary information about the sample,
including the unweighted count and the population size. This output
is default output if the PRINT
subcommand is not specified.
VARIABLEINFO. Variable information. Displays summary information about the dependent variable, covariates,
and factors. This output is default output if the PRINT
subcommand is not specified.
SUMMARY. Model summary
statistics. Displays pseudo-R
2 statistics. This output
is default output if the PRINT
subcommand is not specified.
HISTORY(n). Iteration
history. Displays coefficient estimates and statistics
at every nth iteration beginning
with the zeroth iteration (the initial estimates). The default is
to print every iteration (n = 1). The last iteration is always printed
if HISTORY
is specified, regardless
of the value of n.
GEF. General estimable functions table.
LMATRIX. Set of contrast coefficients (L) matrices.
COVB. Covariance matrix for regression coefficients.
CORB. Correlation matrix for regression coefficients.
CLASSTABLE. Classification table. Displays frequencies of observed versus predicted response categories.
NONE. No PRINT subcommand
output. None of the PRINT
subcommand output is displayed. However, if NONE
is specified with one or more other keywords, the
other keywords override NONE
.