Computes bootstrap confidence intervals using various methods.
# S3 method for class 'fisher_boot'
confint(
object,
parm = NULL,
level = 0.95,
type = c("perc", "bca", "norm", "basic"),
...
)
Arguments
- object
A fisher_boot object
- parm
Parameter names or indices (NULL for all)
- level
Confidence level (default 0.95)
- type
Type of bootstrap CI: "perc", "bca", "norm", or "basic"
- ...
Additional arguments passed to boot::boot.ci
Value
Matrix with columns for lower and upper bounds