Skip to main content
Back

Independence Tests - Excel quiz

Control buttons has been changed to "navigation" mode.
1/15
  • What is the null hypothesis in a chi-square test of independence?

    The null hypothesis states that the two categorical variables are independent.
  • How do you calculate the expected frequency for a cell in a contingency table in Excel?

    Multiply the row total by the column total and divide by the grand total.
  • Which Excel function is used to calculate the p-value for a chi-square test of independence?

    The =CHISQ.TEST function is used to calculate the p-value.
  • What does it mean if the p-value is greater than the significance level (alpha) in an independence test?

    It means you fail to reject the null hypothesis, indicating insufficient evidence to say the variables are dependent.
  • What is the purpose of organizing observed frequencies in a contingency table?

    It helps structure the data for calculating totals, expected values, and performing the chi-square test.
  • How do you quickly calculate row or column totals in Excel?

    Use the =SUM function to add the values in the desired row or column.
  • Why is it helpful to create a separate table for expected values in Excel?

    It keeps expected values organized and makes it easier to reference them during calculations.
  • What should you avoid including when selecting the observed frequencies range for the =CHISQ.TEST function?

    Do not include any row or column totals, only the observed frequencies.
  • What is the alternative hypothesis in a chi-square test of independence?

    The alternative hypothesis states that the two variables are not independent (they are dependent).
  • What is the formula for the expected value in a contingency table cell?

    Expected = (Row Total × Column Total) / Grand Total.
  • What does a p-value of 0.9 indicate if alpha is 0.05 in an independence test?

    It indicates that you fail to reject the null hypothesis, so there is not enough evidence to say the variables are dependent.
  • Can the same steps for an independence test in Excel be used for a homogeneity test?

    Yes, the calculations are the same; only the wording of hypotheses and conclusions differs.
  • What is the grand total in a contingency table?

    The grand total is the sum of all observed frequencies in the table.
  • Why might expected values in a chi-square test be decimals?

    Expected values are calculated mathematically and do not need to be whole numbers.
  • What is the first step before using the =CHISQ.TEST function in Excel?

    Calculate all expected values and organize them in a table matching the observed frequencies.