nmaweight {NMA} | R Documentation |
Evaluating study weights and contribution matrix
Description
Contribution weight matrices to assess how individual studies influence the synthesized results are presented. Jackson et al. (2017) and Noma et al. (2017) showed the contribution rates are estimated by the factorized information, and the contribution weight matrices are calculated through the factorized information.
Usage
nmaweight(x)
Arguments
x |
Output object of |
Value
Contribution weight matrices for the consistency model are presented. Also, a heatmap for the contribution matrix of overall evidence is presented.
-
coding
: A table that presents the correspondence between the numerical code and treatment categories (the reference category is coded as 1). -
Contribution of direct and indirect information
: Contribution rates of direct and indirect evidence for individual treatment pairs. -
Contribution weights: Direct comparison
: Contribution weight matrix for direct evidence. -
Contribution weights: Indirect comparison (BoS)
: Contribution weight matrix for indirect evidence (BoS; borrowing of strength of Jackson et al. (2017)). -
Contribution weights: Overall evidence
: Contribution weight matrix for overall evidence.
References
Jackson, D., White, I. R., Price, M., Copas, J., and Riley, R. D. (2017). Borrowing of strength and study weights in multivariate and network meta-analysis. Statistical Methods in Medical Research 26, 2853-2868.
Noma, H., Tanaka, S., Matsui, S., Cipriani, A., and Furukawa, T. A. (2017). Quantifying indirect evidence in network meta-analysis. Statistics in Medicine 36, 917-927.
Examples
data(smoking)
smk2 <- setup(study=study,trt=trt,d=d,n=n,measure="OR",ref="A",data=smoking)
nmaweight(smk2)