Creating APA Style Contingency Tables in SPSS

Running simple contingency tables in SPSS is easy enough. However, the default format is inconvenient and doesn’t meet APA standards. This tutorial walks you through 3 options for creating the desired tables: CROSSTABS is easy but requires some (manual) editing. CTABLES is faster but a bit harder and requires a custom tables license. TABLES is fast but rather challenging. We’ll […]

SPSS Chi-Square Test Tutorials

SPSS Chi-Square Test Tutorials Chi-Square Independence Test – What and Why? SPSS Chi-Square Independence Test SPSS One Sample Chi-Square TesT

SPSS IF – A Quick Tutorial

In SPSS, IF is a conditional COMPUTE command. It calculates a (possibly new) variable but only for those cases that satisfy some condition(s). This tutorial walks you through some typical examples of the IF command. Example 1 – Replace Missing Values With the syntax below we’ll first create some test data. Next we’ll set the existing variable score […]