Bootstrap confidence intervals for the intercept and regression coefficients of a fast AME fit.
Arguments
- object
a
boot_ameobject.- parm
character vector of parameter names, or integer indices. If
NULL(default), all coefficients are returned.- level
confidence level (default 0.95).
- ci_type
interval type:
"percentile"(default) uses the replicate quantiles directly and matches the intervals reported bysummary()andtidy()on the same fit;"basic"reflects the replicate quantiles about the point estimate (\(2\hat\theta - q\)), which corrects first-order bias and can be preferable for the IRLS binary/Poisson point estimators on small samples.- which
which uncertainty channel to return:
"all"(default, intercept + regression coefficients + variance components + sender effectsreceiver effects + multiplicative U/V), or a single channel:
"beta","vc","a","b","U","V".
- ...
ignored.