Confidence Intervals from Bootstrap SIR Results
confint.boot_sir.RdComputes percentile confidence intervals at the specified level from the bootstrap coefficient distribution.
Usage
# S3 method for class 'boot_sir'
confint(object, parm = NULL, level = 0.95, ...)Arguments
- object
A
boot_sirobject fromboot_sir.- parm
Character vector of parameter names or integer indices. If NULL (default), returns intervals for all parameters.
- level
Confidence level between 0 and 1. Default is 0.95.
- ...
Additional arguments (unused).