Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

chi square test contingency table python

c, p, dof, expected = chi2_contingency(contigency)
print(p)
#if p >0.05 we fail to reject the nulll hypothesis
 
PREVIOUS NEXT
Tagged: #chi #square #test #contingency #table #python
ADD COMMENT
Topic
Name
6+6 =