SE_corr(SE.IGE)
SE_corr()所属R语言包:SE.IGE
standard error of estimated correlation
估计相关的标准误差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
predicts the standard error of an estimated genetic correlation
预测的标准误差估计的遗传相关性
用法----------Usage----------
SE_corr(v1,v2,c12,SEv1,SEv2,SEc12)
参数----------Arguments----------
参数:v1
true variance of first variable, numeric
第一个变量,数字真实方差
参数:v2
true variance of second variable, numeric
第二个变量,数字真实方差
参数:c12
true covariance between first and second variable
真正的第一和第二个变量之间的协方差
参数:SEv1
standard error of estimated variance of first variable, numeric
估计变化的一个变量,数字的标准误差
参数:SEv2
standard error of estimated variance of second variable, numeric
第二个变量,数字估计方差的标准误差
参数:SEc12
standard error of estimated covariance between first and second variable, numeric
之间的第一和第二可变,数字标准误差估计的协方差
值----------Value----------
standard error of the estimated genetic correlation, numeric
估计遗传相关,数字的标准误差
(作者)----------Author(s)----------
P.Bijma; piter.bijma@wur.nl
参考文献----------References----------
实例----------Examples----------
v1 <- 100
v2 <- 400
c12 <- 130
SEv1 <- 35
SEv2 <- 80
SEc12 <- 50
Serror_corr <- SE_corr(v1,v2,c12,SEv1,SEv2,SEc12)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|