power.genotype.conti(GeneticsDesign)
power.genotype.conti()所属R语言包:GeneticsDesign
power for genetic studies using baseline measure
电源使用基线测量的遗传研究
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate power for genetice studies using baseline measurements via simulation.
为genetice使用基线测量,通过模拟研究的预算权力。
用法----------Usage----------
power.genotype.conti(N, Rep = 2000, alpha = 0.05, ...)
simu.genotype.conti(N, p=0.15, pi=0, me1=50, me2=me1, delta=-5,
sd1=10, sd2=10, verbose=FALSE,
minh=c('additive', 'dominant', 'recessive'),
genotype.delta=TRUE, Factor=FALSE)
参数----------Arguments----------
参数:N
total number of subjects
科目总数
参数:p
frequency of A (affected) allele
(受影响)等位基因频率
参数:Rep
number of simulatin runs used to estimate power
使用运行的simulatin数量估计功耗
参数:alpha
significance level
显着性水平
参数:pi
correlation coefficient
相关系数
参数:me1, me2
mean of control and treatment groups
对照组和治疗组的平均
参数:delta
treatment/genotype effect
治疗/基因型效应
参数:sd1,sd2
standard deviation of the control and treatment groups
对照组和治疗组的标准偏差
参数:minh
mode of inheritance, one of 'additive', 'dominant', or 'recessive'
模式的继承,“添加剂”,“显性”,或“隐性”
参数:genotype.delta
logical indicating whether the treatment effect occurs only for an individual genotype (genotype.delta=TRUE) or for all genotypes (genotype.delta=FALSE)
逻辑表明治疗效果是否仅适用于个人的基因型(genotype.delta=TRUE)或发生的所有基因型(genotype.delta=FALSE)
参数:Factor
Should the simulated treatment variable 'Trt' be be treated as a factor variable (Factor=TRUE) or as a numeric variable (Factor=FALSE).
应模拟处理变量的“泰爱泰党”被视为一个因素变量(Factor=TRUE)或数字变量(Factor=FALSE)。
参数:verbose
Should information about each simulated data set and model fit be displayed.
应该每个模拟数据集和模型拟合的信息显示出来。
参数:...
Arguments to be passed to simu.genotype.conti
参数被传递simu.genotype.conti的中
值----------Value----------
~Describe the value returned If it is a LIST, use
~说明返回值,如果它是一个列表,使用
参数:comp1
Description of 'comp1'
“COMP1”的描述
参数:comp2
Description of 'comp2'
“COMP2”的描述
...
...
作者(S)----------Author(s)----------
Michael Man, minor changes by Gregory R. Warnes
<a href="mailto:greg@random-technologies-llc.com">greg@random-technologies-llc.com</a>
参考文献----------References----------
and its implications for design" Statistics in Medicine 11:1685-1704
statistically inefficient: a simulation study" BMC Med Res Methodol. 2001; 1 (1): 6
参见----------See Also----------
power.casectrl
power.casectrl
举例----------Examples----------
## Not run: [#无法运行:]
# use defaults, 100 subjects[使用默认值,100科目]
power.genotype.conti(N=100)
# same calculation, specifying all values[同样的计算,指定所有的值]
power.genotype.conti(N=100, Rep=2000, p=0.15, pi=0, me1=50, me2=50, delta=-5,
sd1=10, sd2=10, verbose=FALSE, minh='additive',
genotype.delta=TRUE, Factor=FALSE)
# Show details for small simulation study[小型仿真研究]
power.genotype.conti(N=10, verbose=TRUE)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|