Skip to contents

Small-study asymmetry test for network meta-analysis

Usage

network_bias_test(
  object,
  center = c("network", "direct"),
  comparison_adjusted = TRUE
)

Arguments

object

A fitted nma_mars object.

center

Centering method for comparison adjustment; "network" uses total network estimates and "direct" uses direct estimates.

comparison_adjusted

Logical; if TRUE, subtract the chosen comparison-specific center before testing.

Value

A list containing the regression model and a coefficient table for the intercept asymmetry test.

Examples

if (FALSE) { # \dontrun{
network_bias_test(nma_fit)
} # }