找回密码
 注册
查看: 265|回复: 0

R语言 RVAideMemoire包 cor.2comp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:56:47 | 显示全部楼层 |阅读模式
cor.2comp(RVAideMemoire)
cor.2comp()所属R语言包:RVAideMemoire

                                         Comparison of 2 Pearson's linear correlation coefficients
                                         Pearson的线性相关系数的比较

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Perform the test for equality of 2 Pearson's correlation coefficients. If the difference is not significative, the function returns the common coefficient, its confidence interval and performs the test for equality to a given value.
平等的Pearson相关系数进行测试。如果所不同的是有意义的,该函数返回的共同系数,其置信区间和平等的给定值进行测试。


用法----------Usage----------


cor.2comp(var1, var2, var3, var4, alpha = 0.05, conf.level = 0.95, theo = 0)



参数----------Arguments----------

参数:var1
numeric vector (first variable of the first correlation).  
数值向量(第一相关的第一可变的)。


参数:var2
numeric vector (second variable of the first correlation).  
数值向量(第二可变的第一相关)。


参数:var3
numeric vector (first variable of the second correlation).  
数值向量(第二相关的第一可变的)。


参数:var4
numeric vector (second variable of the second correlation).  
数值向量(第二可变的第二相关)。


参数:alpha
significance level.  
显着性水平。


参数:conf.level
confidence level.  
置信水平。


参数:theo
theoretical coefficient.  
理论系数。


值----------Value----------


参数:conf.level
confidence level.
置信水平。


参数:alpha
significance level.
显着性水平。


参数:coeffs
observed Pearson's coefficients.
观察皮尔逊系数。


参数:u.comp
test statistics for comparison of the 2 coefficients.
测试进行比较的2个系数的统计信息。


参数:p.comp
p-value for comparison of the 2 coefficients.
进行比较的2个系数的p-值。


参数:comp
data frame of results for comparison of the 2 coefficients.
的结果进行比较的2个系数的数据框。


参数:r.comm
common correlation coefficient and confidence interval.
常见的相关系数和置信区间。


参数:r.theo
theoretical coefficient.
理论系数。


参数:u.comm
test statistics for equality of the common coefficient to the theoretical value.
检验统计量为平等的共同系数的理论值。


参数:p.comm
p-value for equality of the common coefficient to the theoretical value.
p值平等的共同系数的理论值。


参数:comm
data frame or results for equality of the common coefficient to the theoretical value.
数据框或结果平等的共同系数的理论值。


(作者)----------Author(s)----------



Maxime Herv茅 <mx.herve@gmail.com>




参见----------See Also----------

cor.test
cor.test


实例----------Examples----------


cor1.var1 <- 1:30+rnorm(30,0,2)
cor1.var2 <- 1:30+rnorm(30,0,3)
cor2.var1 <- (-1):-30+rnorm(30,0,2)
cor2.var2 <- (-1):-30+rnorm(30,0,3)
cor.2comp(cor1.var1,cor1.var2,cor2.var1,cor2.var2)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 09:25 , Processed in 0.022334 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表