PAIREDSAMPLES subcommand (PROPORTIONS command)

PAIREDSAMPLES compares sample pairs by computing default test types and confidence intervals for differences in proportions.
  • A variable list containing at least two variables is required.
  • If a single list of variables is specified, each member of the list is paired with every other member of the list.
  • If two lists of variables are separated by WITH without the (PAIRED) keyword, each member of the first list is paired with each member of the second list.
  • If two lists of variables are separated by WITH and the second list is followed by (PAIRED), members of the two lists in order are paired: the first member of the first list is paired with the first member of the second list, the second members of each list are paired, etc. Unmatched variables are ignored and a warning message is issued.
TESTTYPES
An optional keyword that specifies which types of test statistics are displayed. The keyword can also suppress all tests. Available test types include: EXACT, MIDP, MCNEMAR, MCNEMARCC, WALD, and WALDCC. By default, MIDP “pseudo-exact” probabilities and MCNEMAR test statistics and associated probabilities are displayed.
CITYPES
An optional keyword that specifies which types of confidence intervals are displayed. The keyword can also suppress all confidence intervals. Available confidence intervals include: AGRESTI_MIN, BONETT_PRICE, NEWCOMBE, WALD, and WALDCC. By default, BONETT_PRICE and NEWCOMBE intervals are displayed.