Calculate correlation for more than two variables?

前端 未结 5 1837
眼角桃花
眼角桃花 2021-01-30 02:36

I use the following method to calculate a correlation of my dataset:

cor( var1, var2, method = \"method\")

But I like to create a correlation m

5条回答
  •  你的背包
    2021-01-30 03:19

    You might want to look at Quick-R, which has a lot of nice little tutorials on how you can do basic statistics in R. For example on correlations:

    http://www.statmethods.net/stats/correlations.html

提交回复
热议问题