I have two categorical variables: Emotions {Sad, Happy, Neutral} and Psychological_state {Depression, Normal, None}.
I want to interpret the relationship between these two variables (is there a correlation between them). For instance, is there a dependence between being sad and depressed ? What is the degree of this dependency ?
Can I use Pearson correlations to test the correlation between these two categorical variables? What are the alternative solutions to interpret the relationship between categorical variables? What are the other alternatives to do this, excluding the chi-square test?