SE.IGE-package(SE.IGE)
SE.IGE-package()所属R语言包:SE.IGE
Package for standard errors of estimated genetic parameters
包装估算的遗传参数的标准误差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Package for standard errors of estimated genetic parameters predicts standard (SE) errors of estimated direct, indirect and total
包装估算的遗传参数的标准误差预测标准(SE)错误估计的直接,间接和总
Details
详细信息----------Details----------
</table> Most important functions: SE_random: SE for schemes with groups composed at random SE_2families: SE for schemes with groups composed at random nopt_random: optimum family sizes for schemes with groups composed at random nopt_2families: optimum family sizes for schemes with groups composed of 2 families
</ TABLE>最重要的功能:SE_random:SE的计划与随机SE_2families群体组成:SE的计划的团体由随机nopt_random:最佳家庭规模的计划组由随机nopt_2families:最佳家庭规模群体组成的计划2科
(作者)----------Author(s)----------
Piter Bijma; piter.bijma@wur.nl
参考文献----------References----------
实例----------Examples----------
N <- 100
n <- 20
vpd <- 100
vps <- 10
h2d <- 0.3
h2s <- 0.3
rgds <- 0.1
reds <- 0.1
nw <- 4
r <- 0.5
se_r <- SE_random(N,n,vpd,vps,h2d,h2s,rgds,reds,nw,r)
se_2f <- SE_2families(N,n,vpd,vps,h2d,h2s,rgds,reds,nw,r)
T <- N*n
optima_r <- nopt_random(T,vpd,vps,h2d,h2s,rgds,reds,nw,r)
optima_2f <- nopt_2families(T,vpd,vps,h2d,h2s,rgds,reds,nw,r)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|