piUpper(BioNet)
piUpper()所属R语言包:BioNet
Upper bound pi for the fraction of noise
噪声分数上限PI
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function calculates the upper bound pi for the fraction of noise.
函数计算噪声分数上限PI。
用法----------Usage----------
piUpper(fb)
参数----------Arguments----------
参数:fb
Fitted bum model, list with parameters a and lambda.
合身烧伤模型,参数a和lambda列表。
值----------Value----------
Numerical value for the upper bound pi.
数值上限PI。
作者(S)----------Author(s)----------
Marcus Dittrich
参见----------See Also----------
bumOptim, fitBumModel
bumOptim,fitBumModel
举例----------Examples----------
data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
piUpper(fb=bum)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|