Description Usage Arguments Value Note Examples
Finds approximate (simulated) confidence intervals for the percent failed at a given time
1 | bspConfint(bsp, times, conf.level = 0.05)
|
bsp |
The bsp object |
times |
Place where you would like confidence intervals |
conf.level |
Alpha level for confidence (default .05) |
A 2xlength(times) matrix with upper and lower bounds of the confidence interval
If you intend to call this function multiple times on the same object, calling bsp$Samples<-bspSampling(bsp) before bspConfint will increase performance.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.