Profile PictureStats and R

Chi-square test of independence in R

$0+
2 ratings

This tutorial explains how to perform the Chi-square test of independence in R and how to interpret its results.

The Chi-square test of independence tests whether there is a relationship between two categorical variables. The null and alternative hypotheses are:

  • H0 : the variables are independent, there is no relationship between the two categorical variables. Knowing the value of one variable does not help to predict the value of the other variable
  • H1 : the variables are dependent, there is a relationship between the two categorical variables. Knowing the value of one variable helps to predict the value of the other variable

The Chi-square test of independence works by comparing the observed frequencies (so the frequencies observed in your sample) to the expected frequencies if there was no relationship between the two categorical variables (so the expected frequencies if the null hypothesis was true).

$
Add to cart

You'll learn when to use a Chi-square test of independence, how to perform it in R, and how to interpret the results. Ask any questions related to the content for free!

Size
3.4 MB
Copy product URL

Ratings

5.0
(2 ratings)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%
$0+

Chi-square test of independence in R

2 ratings
Add to cart