PRINT Subcommand (BAYES LOGLINEAR command)

PRINT controls how content displays in the output tables.

[SUPPRESS_TABLE]. Determine whether or not content is output to the contingency table. The parameter is optional. Valid values include TRUE or FALSE (the default setting).

[CELLS]. Specify the contents to display in the contingency table. The parameter is optional and has no affect when SUPPRESSTABLE = TRUE. The following values can be specified:
  • OBSERVED: Display observed cell counts.
  • ROW: Display row percentages.
  • COLUMN: Display column percentages.
  • EXPECTED: Display expected cell counts.
  • TOTAL: Display total percentages.
  • ALL: Display all content.
[STATISTICS]. Specify the statistics for the testing of independence. The parameter is optional. Valid values include CHISQ (the default setting when the parameter is specified with no keywords) and LRT.
  • CHISQ: Compute the Pearson Chi-Square statistic, degrees of freedom, and 2-sided asymptotic significance. For a 2 by 2 contingency table, CHISQ also computes the Yates continuity corrected statistics,degrees of freedom, and associated 2-sided asymptotic significance. For a 2 by 2 contingency table with at least one expected cell count < 5, it also computes the 2-sided and 1-sided exact significance of the Fisher’s exact test.
  • LRT: Compute the likelihood ratio test statistic, degrees of freedom, and associated 2-sided asymptotic significance.