confint-methods(simctest)
confint-methods()所属R语言包:simctest
Methods for Function run in Package ‘simctest’
执行功能的方法包simctest“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes a confidence interval for the p-value
计算的p-值的置信区间
用法----------Usage----------
confint(object,parm,level=0.95,...)
参数----------Arguments----------
参数:object
An object of type sampalgres resulting from a previous call to run or cont.
类型的对象,sampalgres从以前的调用run或cont。
参数:parm
must be missing.
必须会丢失。
参数:level
the desired coverage probability.
所需的覆盖概率。
参数:...
additional argument(s). Currently not used
额外的参数(S)。当前未使用
方法----------Methods----------
object = "ANY", parm = "ANY" Generic function: see confint.
对象=“ANY”,PARM =“ANY”通用的功能:看confint。
object = "sampalgres", parm = "missing" Computes a confidence
对象=“sampalgres”的,PARM =“失踪”计算的信心
实例----------Examples----------
alg<-getalgonthefly()
res <- run(alg, function() runif(1)<0.05);
res
confint(res)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|