Skip to contents

Compute summaries from network meta-analysis resampling replications

Usage

compute_network_alt_stats(
  object,
  type = NULL,
  quantiles = c(0.025, 0.5, 0.975)
)

Arguments

object

A list of fitted "nma_mars" objects from network bootstrap, jackknife, or permutation replications.

type

Type of alternative estimation summary to compute.

quantiles

Quantiles for distribution summaries.

Value

An "nma_boot" object containing replicate estimates, quantiles, and point-interval summaries.