3
votes
2answers
5k views

How do I study the “correlation” between a continuous variable and a categorical variable?

What's a meaningful "correlation" measure to study the relation between the such two types of variables? In R, how to do it? Thanks a lot!
2
votes
1answer
353 views

Association between 2 categorical data (using SPSS)

In a sample of 250 cardiac patients who have had a myocardial infarction and just left hospital, I asked them how important it was to them to know several issues, such as "How important is it for you ...
1
vote
2answers
2k views

Correlation between dichotomous and continuous variable

I am trying to find the correlation between a dichotomous and a continuous variable. From my ground work on this I found that I have to use independent t-test and the precondition for it is that the ...
3
votes
4answers
1k views

Measure of association for 2x3 contingency table

I have a 2x3 contingency table - the row variable is a factor, the column variable is an ordered factor (ordinal level). I'd like to apply either symmetrical or asymmetrical association technique. ...
3
votes
4answers
1k views

Cross tabulation of two categorical variables: recommended techniques

I'm aware that this one is far from yes or no question, but I'd like to know which techniques do you prefer in categorical data analysis - i.e. cross tabulation with two categorical variables. I've ...