码迷,mamicode.com
首页 > 编程语言 > 详细

R语言命令汇总

时间:2017-09-30 11:40:57      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:space   ken   r语言   汇总   head   ast   table   ade   method   

> qqplot(spear,fastrankweight)
> qqplot(spear,fastrankweight,main="title")
> qqplot(spear,fastrankweight,main="distribution relation between spearman and fastrank")
> cor(spear,fastrankweight,method="pearson")
[1] 0.3001109
> cor(spear,fastrankweight,method="spearman")
[1] -0.01457876
> cor(spear,fastrankweight,method="kendall")
[1] -0.002459491

 data=read.table("D:\\WorkSpace\\TestData\\20170929\\feats2.tsv",header=T)

 

R语言命令汇总

标签:space   ken   r语言   汇总   head   ast   table   ade   method   

原文地址:http://www.cnblogs.com/finallyliuyu/p/7613818.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!