How to find the correlation between continuous and

2019-07-25 23:00发布

问题:

sorry, I edited my question.

In R, you can use the cor () function to find the correlation using only Pearson and Spearman correlation between Continuous variables.

Which function should I use to get correlation between categorical variable and categorical variable? and Which function should I use to get correlation between categorical variables and Continuous variable

Thank you in advance.