Hi, I have two ordinal variables. The first takes values from a 3-point scale, the second from a 4-point scale. What is the best way to visualize their relationship?
I have tried:
but the graph doesn't seem like a good way to analyze the relationship. Can I plot the mean for one variable over the other?
I have tried:
histogram var1, by(var2, col(1)) discrete frequency
Comment