PRINT subcommand (SELECTPRED command)
The PRINT
subcommand indicates
the tabular output to display. If PRINT
is not specified, the default tables are displayed. If PRINT
is specified, only the requested tables
are displayed.
CPS Keyword
The CPS
keyword displays
the case processing summary table, which summarizes the number of
cases that are included and excluded in the analysis.
EXCLUDED keyword
The EXCLUDED
keyword displays
a table of screened predictors. The table lists screened predictors
by type (categorical or scale) and reason for being screened. The
table includes predictors that are screened due to missing or constant
values for all cases, as well as any additional screening that is
requested on the SCREENING
subcommand.
SUMMARY keyword
The SUMMARY
keyword displays
a statistical summary of selected and unselected predictors. Selected
predictors are always displayed. The maximum number of unselected
predictors that can be displayed is determined by the SHOWUNSELECTED
option on the CRITERIA
subcommand.
The SUMMARY
keyword may be followed, optionally,
by one or more ranking criterion keywords in parentheses. When the
target is categorical, and predictors are categorical or of mixed
type, the RANKING
option on the CRITERIA
subcommand specifies the ranking
criterion actually used by the algorithm to select predictors. The
parenthesized list that follows the SUMMARY
keyword displays additional ranking criteria for comparative purposes.
The criterion that is actually used is always displayed, irrespective
of whether it is specified following SUMMARY
.
If a parenthesized list follows SUMMARY
, then keywords in the list may be given in any
order. If a specified keyword is inapplicable, it is ignored, and
a warning is issued.
PEARSONCHISQ. Display the Pearson chi-square statistics.
LRCHISQ. Display the likelihood ratio chi-square statistics.
CRAMERSV. Display the Cramer's V statistics.
LAMBDA. Display the Lambda statistics.
SELECTED keyword
The SELECTED
keyword displays
a table of selected predictors by type (categorical or scale).
NONE keyword
The NONE
keyword suppresses
all tabular output except the Notes table and any warnings. This
keyword may not be specified with any other keywords.