Extractors for objects returned by boot_pairs(). coef() returns the
original OLS coefficients, vcov() returns the bootstrap covariance matrix
(the sample covariance of the bootstrap replicates), and confint() returns
bootstrap confidence intervals, optionally recomputed at a different level
or type from the stored replicates.
Arguments
- object
An object returned by
boot_pairs().- ...
Unused.
- parm
Optional coefficient names or integer positions.
- level
Confidence level for
confint(). Defaults to the level stored inobject.- type
Interval type for
confint():"percentile","basic", or"normal". Defaults to the type stored inobject.
