Pro tip: In SPSS 26, the Syntax Editor colors keywords blue and strings green – use that to spot issues.
OUTPUT NEW NAME=MyAnalysis. FREQUENCIES Gender. spss 26 code
To examine the relationship between age and income, we can use the CORRELATIONS command to compute the Pearson correlation coefficient: Pro tip: In SPSS 26, the Syntax Editor