com.confint {compoisson} | R Documentation |
Computes a pivotal bootstrap confidence interval for maximum likelihood parameter estimates.
com.confint(data, level=0.95, B=1000, n=1000)
data |
the matrix of data to fit |
level |
the level of the confidence interval |
B |
number of repetitions of the bootstrap |
n |
number of data points in each bootstrap sample |
Uses a standard pivotal confidence interval from a bootstrap sample.
A matrix containing the confidence intervals for each parameter
Akshaya Jha, Jeffrey Dunn
Wasserman, L. (2005). "All of Statistics: A Concise Course in Statistical Inference," Springer Texts in Statistics.