PRINT Subcommand (NAIVEBAYES command)

The PRINT subcommand indicates the statistical output to display.

CPS. Case processing summary. The table summarizes the number of cases that are included and excluded in the analysis. This table is shown by default.

EXCLUDED. Predictors excluded due to missing or constant values for all cases. The table lists excluded predictors by type (categorical or scale) and the reasons for being excluded.

SUMMARY. Statistical summary of the sequence of predictor subsets. This table is shown by default. The SUMMARY keyword is ignored if NOSELECTION is specified on the SUBSET subcommand.

SELECTED. Selected predictors by type (categorical or scale). This table is shown by default. The SELECTED keyword is ignored if NOSELECTION is specified on the SUBSET subcommand.

CLASSIFICATION. Classification table. The table gives the number of cases that are classified correctly and incorrectly for each dependent variable category. If test data are defined, classification results are given for the training and the test samples. If test data are not defined, classification results are given only for the training sample. This table is shown by default.

NONE. Suppress all displayed output except the Notes table and any warnings. This keyword may not be specified with any other keywords.