Prints a formatted table showing all point estimate types and the bootstrap confidence interval. The output columns are:
- Plugin
Plug-in estimate \(\hat{\xi} = \sum N^{\hat{\alpha}}\).
- Plugin (BC)
Bias-corrected plug-in (Taylor expansion).
- Boot median
Median of the bootstrap distribution (recommended).
- Boot mean
Mean of the bootstrap distribution.
- CI lower / CI upper
Bootstrap confidence interval bounds.
A Total row is added when there are multiple groups. The header indicates which point estimate type and CI method were selected.
Usage
# S3 method for class 'uncounted_boot'
print(x, ...)