Skip to contents

Displays a table of point estimates, bootstrap standard errors, and 95% percentile confidence intervals.

Usage

# S3 method for class 'boot_sir'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

A boot_sir object from boot_sir.

digits

Number of significant digits. Default uses getOption("digits") - 3.

...

Additional arguments (unused).

Value

Invisibly returns the boot_sir object.