I'm working with survey data and I have asked 7 questions with predefined responses. As an example, "How do you feel about the meal?" Answers: Satisfied, Ok, Not satisfied. I want to measure the strength of association between two variables. As an example: Strength of association between "Meal satisfaction and Overall satisfaction". My data would be as follow.
I know we can use "Chi - squared test" to check whether there is a relationship between the two variables or not. Is there any way that I can measure the strength of the relationship? (Like the association between the variables is positive/negative/no relationship). Thanks in advance.
The data I have is not dichotomous because there are 3 responses for the variables. Hence I think I cannot use either Cramer's V or Polychoric correlation.