0

I am wanting to know what type of statistical test would need to be carried out to determine if there is a correlation between one categorical variable and one continuous variable.

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
user56198
  • 3
  • 1

1 Answers1

0

what categorical variable are we talking about? Is it binomial (male, female) or ordinal (small bigger big large). It would be wrong to check correlation of variables that are binomial, but you could use a t-test. If it is ordinal than your best chance would be probably Spearman rank test.

WojciechF
  • 208
  • 1
  • 9