confint-methods {simctest} | R Documentation |
Computes a confidence interval for the p-value
confint(object,parm,level=0.95,...)
object |
An object of type |
parm |
must be missing. |
level |
the desired coverage probability. |
... |
additional argument(s). Currently not used |
Generic function: see confint
.
Computes a confidence
interval for the p-value with the coverage probability given by level
.
alg<-getalgonthefly() res <- run(alg, function() runif(1)<0.05); res confint(res)