|
|
Overview
Of the measures in this set, percent difference is the simplest and most common. Yule's Q is usually reported as gamma, to which it is equivalent in the 2-by-2 case. Yule's Y is rarely used. The relative risk coefficient is common in medical research but less so in social science, but it provides a 2-by-2 measure defining null association as balance, whereas percent difference and Yule's Q/gamma use the more conventional definition of statistical independence, as discussed in the section on association. The odds ratio, another common measure of association for 2-by-2 tables, is also discussed further separately.
|
|
| City Size/Arenas | Small | Large |
| No Arena | 20 (25%) | 0 (0%) |
| Have Arena | 60 (75%) | 80 (100%) |
| City Size/Arenas | Small | Large |
| No Arena | a = 10 | b = 5 |
| Have Arena | c = 60 | d = 80 |
Selecting "Risk" in SPSS gives the relative risk estimates and the odds ratio.. Note that while in crosstabs generally, it is customary for the independent variable to be the columns and the dependent variable be the rows, in SPSS setup for relative risk, the independent should be the rows and the dependent the columns. Consider the table below, where Attack=1 is heart attack, 2 is no heart attack; and Group=1 is treatment, 2 is control:
Risk of a treated person getting an attack = a/(a+b) = 80/500 = .16
Risk of a control person getting an attack = c/(c+d) = 100/500 = .20
The relative risk is the ratio of the two ratios = .16/.20 = .80. That is, the relative risk of a treated person getting a heart attack compared to a control person is .8. Put another way, the relative risk of a heart attack after treatment is 80%. Relative risk is shown in SPSS output in the Risk Estimate table under "For cohort Attack = 1.0":
In SPSS. select Analyze, Descriptive Statistics, Crosstabs; select the row and column variables, letting the independent be the rows; click Cells and ask for observed counts and row percentages; click Statistics and select Risk. Risk ratios appear in the "Value" column. SPSS will compute a risk ratio for each value of the dependent variable (ex., for heart attack and for no heart attack). If the relative risk ratio value for the heart attack cohort is 0.80, for instance, then the probability of a heart attack is 80% in the treatment group compared to the control group. If the relative risk for the no heart attack cohort is 1.05, then the probability of no heart attack is 5% greater for the treatment group compared to the control group.
For the heart attack treatment example above, here are measures of significance and association output by SPSS, in addition to risk and odds ratio statistics:
Copyright 1998, 2008 by G. David Garson.
Last updated 3/24/2008.