decomp.design(x, tau.preset=x$tau.preset)
netmeta
.Q.inc.random.preset
) will be based. Design-specific
contributions of this Q Q
)
based on the fixed effects model to assess the
homogeneity/consistency in the whole network, within designs, and
between designs. Corresponding degrees of freedom (df
) and
p-values (p.val
) are also given.Q
) of the fixed effects
model, corresponding degrees of freedom (df
) and p-values
(p.val
) are given.Q
) of the fixed effects model after detaching of single
designs, corresponding degrees of freedom (df
) and p-values
(p.val
) are given.Q.decomp
.Q
) based on a random effects model with square-root of
between-study variance tau.within
estimated embedded in a
full design-by-treatment interaction model, corresponding degrees
of freedom (df
) and p-value (p.val
).Q
) based on a random effects model with
prespecified square-root of between-study variance
tau.preset
in the case if argument tau.preset
is not
NULL, corresponding degrees of freedom (df
) and p-value
(p.val
).tau.preset
in the case if argument
tau.preset
is given.residuals.inc.detach
but based on a random
effects model with prespecified square-root of between-study
variance tau.preset
in the case if argument
tau.preset
is not NULL.tau.preset
to obtain
a between-designs Q statistic (in Q.inc.random
), its
design-specific contributions Q.inc.design.random.preset
) as
well as residuals after detaching of single designs
(residuals.inc.detach.random.preset
). Since an inconsistent treatment effect of one design can
simultaneously inflate several residuals, Krahn et al. (2013)
suggest for locating the inconsistency in a network to fit a set of
extended models allowing for example for a deviating effect of each
study design in turn. The recalculated between-designs Q statistics
are given in list component Q.inc.detach
. The change of the
inconsistency contribution of single designs can be investigated in
more detail by a net heat plot (see function
netheat). Designs where only one treatment is involved in
other designs of the network or where the removal of corresponding
studies would lead to a splitting of the network do not contribute
to the inconsistency assessment. These designs are not included in
Q.inc.detach
.
Krahn U, Binder H, König J (2013), A graphical tool for locating inconsistency in network meta-analyses. BMC Medical Research Methodology, 13, 35. Jackson D, White IR and Riley RD (2012), Quantifying the impact of between-study heterogeneity in multivariate meta-analyses. Statistics in Medicine, 31(29), 3805--3820.
data(Senn2013)
##
## Generation of an object of class 'netmeta' with
## reference treatment 'plac', i.e. placebo
##
net1 <- netmeta(TE, seTE, treat1, treat2, studlab,
data=Senn2013, sm="MD", reference="plac")
##
## Decomposition of Cochran's Q
##
decomp.design(net1)
Run the code above in your browser using DataLab