PRINT Subcommand (CSORDINAL command)

The PRINT subcommand is used to display optional output.

  • If the PRINT subcommand is not specified, then the default output includes sample information, variable and factor information, and model summary statistics.
  • If the PRINT subcommand is specified, then CSORDINAL 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 is default output if the PRINT subcommand is not specified.

VARIABLEINFO. Variable information. Displays summary information about the dependent variable, covariates, and factors. This is default output if the PRINT subcommand is not specified.

SUMMARY. Model summary statistics. Displays pseudo-R 2 statistics. This is default output if the PRINT subcommand is not specified.

HISTORY(n). Iteration history. Displays coefficient estimates and statistics at every n th iteration beginning with the 0th 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 function table.

LMATRIX. Set of contrast coefficients (L) matrices. These are the Type III contrast matrices used in testing model effects.

COVB. Covariance matrix for model parameters.

CORB. Correlation matrix for model parameters.

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, then the other keywords override NONE.