What variables does it look at?
categorical
what is the purpose?
see if there’s association between the variables
expected cell frequency
= row total x column total / grand total
what happens if > 20% of cell frequencies are less than 5?
collapse data
use yates/continuity corrected chi square test
what is the chi square formula?
(O-E)^2/E
what is the degrees of freedom?
(# rows - 1)(# columns - 1)