PRINT Subcommand (CSGLM 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,CSGLM
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 R
2 and root mean squared
error statistics. This output is default output if the PRINT
subcommand is not specified.
GEF. General estimable functions table.
LMATRIX. Set of contrast coefficients (L) matrices.
COVB. Covariance matrix for regression coefficients.
CORB. Correlation matrix for regression coefficients.
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
.