(EXPERIMENTAL)
Generate an analysis of heterogeneity for the given network. Three types of model are estimated: unrelated study effects, unrelated mean effects, and consistency. Output of the summary
function can passed to plot
for a visual representation.
mtc.anohe(network, ...)
An object of S3 class mtc.network
.
For mtc.anohe
:
an object of class mtc.anohe
. This is a list with the following elements:
The result for the USE model (see mtc.run
).
The result for the UME model (see mtc.run
).
The result for the consistency model (see mtc.run
).
For summary: an object of class mtc.anohe.summary. This is a list with the following elements:
Generated consistency model.
Study-level effect summaries (multi-arm trials downweighted).
Pair-wise pooled effect summaries (from the UME model).
Consistency effect summaries.
Indirect effect summaries (back-calculated).
Per-comparison I-squared statistics.
Global I-squared statistics.
Analysis of heterogeneity is intended to be a unified set of statistics and a visual display that allows the simultaneous assessment of both heterogeneity and inconsistency in network meta-analysis [van Valkenhoef et al. 2014b (draft)].
mtc.anohe
returns the MCMC results for all three types of model. To get appropriate summary statistics, call summary()
on the results object. The summary can be plotted.
To control parameters of the MCMC estimation, see mtc.run
.
To specify the likelihood/link or to control other model parameters, see mtc.model
.
The ...
arguments are first matched against mtc.run
, and those that do not match are passed to mtc.model
.