How to find the correlation between continuous and categorical variables in R

烈酒焚心 提交于 2019-12-11 07:04:35

问题


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.

来源:https://stackoverflow.com/questions/41053431/how-to-find-the-correlation-between-continuous-and-categorical-variables-in-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!