All Flashcards
What is the formula for the Chi-Square test statistic?
, where O is observed frequency and E is expected frequency.
How do you calculate expected counts in a Chi-Square test?
Expected Count = (Row Total * Column Total) / Grand Total
How do you calculate degrees of freedom for a Chi-Square test for independence?
df = (number of rows - 1) * (number of columns - 1)
What is the formula to calculate the Chi-Square statistic?
What is the formula for calculating expected frequency in a goodness-of-fit test?
Expected Frequency = Total Number of Observations * Hypothesized Proportion
Explain the concept of the Chi-Square Test for Goodness of Fit.
It examines if a sample distribution matches a hypothesized distribution. It tests if your data "fits" a particular model.
Explain the concept of the Chi-Square Test for Independence.
It determines if two categorical variables are independent of each other. It assesses whether they are related or if the observed relationship is due to chance.
Explain the concept of the Chi-Square Test for Homogeneity.
It compares distributions of a categorical variable across different populations or treatments to determine if the groups are similar or different.
Explain the 'Large Counts' condition in Chi-Square tests.
All expected counts must be at least 5. This ensures the sampling distribution of the test statistic is approximately chi-square.
Explain the meaning of a low p-value in a Chi-Square test.
A low p-value means we have evidence to reject the null hypothesis, suggesting a significant association or difference.
What are the differences between the Chi-Square Test for Independence and Homogeneity?
Independence: Tests relationship between two variables in a single population. | Homogeneity: Compares distributions of a variable across multiple populations.
What are the differences between observed and expected frequencies?
Observed: Actual counts in your sample data. | Expected: Counts predicted under the null hypothesis (no association).
What are the differences between Goodness of Fit and Independence tests?
Goodness of Fit: Tests if one sample matches a hypothesized distribution. | Independence: Tests if two categorical variables are related.
What are the differences between a Chi-Square test and a z-test for proportions?
Chi-Square: Used for categorical variables with two or more categories. | Z-test: Used for comparing proportions of a single categorical variable with two categories.
What are the differences between rejecting and failing to reject the null hypothesis?
Rejecting: There is enough evidence to support the alternative hypothesis. | Failing to reject: There is not enough evidence to support the alternative hypothesis.