estimatep0(SAGx)
estimatep0()所属R语言包:SAGx
Estimate proportion unchanged genes
估计比例不变的基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function uses the vector of p-values to estimate p0.
该函数使用的P-值向量估计P0。
用法----------Usage----------
estimatep0(ps = pp, B = 500, range = seq(0,0.95, by = 0.05))
参数----------Arguments----------
参数:ps
the vector of p-values, e.g. from firstpass
p值,例如向量从firstpass
参数:B
the number of Bootstrap samples
Bootstrap方法的样本数
参数:range
the values considered
值考虑
值----------Value----------
the value of p0, the proportion unchanged genes
P0值,比例不变基因
作者(S)----------Author(s)----------
Per Broberg
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|