Aug 12, 2024
SUM function to find totals:
=SUM(...) to find 45 smokers.=SUM(...) to confirm 100 males.= ((Row Total) * (Column Total)) / Overall Total -> Expected value = 22.5= ((Observed - Expected)^2) / Expected -> Result = 1.88=SUM(...) to get a chi-squared value of 4.85.CHISQ.DIST.RT function:
=CHISQ.DIST.RT(Chi-Squared Value, Degrees of Freedom)CHISQ.TEST function:
=CHISQ.TEST(Observed Range, Expected Range)