powered by
Computes a confidence interval for the p-value
confint(object,parm,level=0.95,...)
An object of type '>sampalgres resulting from a previous call to run or cont.
'>sampalgres
run
cont
must be missing.
the desired coverage probability.
additional argument(s). Currently not used
Generic function: see confint.
confint
Computes a confidence interval for the p-value with the coverage probability given by level.
level
# NOT RUN { alg<-getalgonthefly() res <- run(alg, function() runif(1)<0.05); res confint(res) # }
Run the code above in your browser using DataLab