Compute summaries from alternative estimation replications

compute_alt_stats(object, type = "bootstrap", quantiles = c(0.025, 0.5, 0.975))

Arguments

object

A list of fitted replication models from bootstrap, jackknife, or permutation.

type

Type of alternative estimation summary to compute.

quantiles

Quantiles for bootstrap/permutation summaries.