Skip to contents

Computes 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_sir object from boot_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).

Value

A matrix with one row per parameter and columns for the lower and upper bounds, labeled by percentage.