PBS {PINMA}R Documentation

Parametric bootstrap procedure for constructing prediction intervals of network meta-analysis

Description

Parametric bootstrap procedure for constructing prediction intervals of network meta-analysis.

Usage

PBS(y, S, B=2000)

Arguments

y

Contrast-based summary data of the outcome measure

S

Covariance estimates of y

B

Number of bootstrap resampling (default: 2000).

Value

The parametric bootstrap prediction intervals for network meta-analysis.

References

Noma, H., Hamura, Y., Sugasawa, S. and Furukawa, T. A. (2022+). Improved methods to construct prediction intervals for network meta-analysis. Forthcoming.

Examples

data(dstr)
attach(dstr)

# Transforming the arm-level data to the contrast-based summaryies
edat <- data.edit(study,trt,d,n)

y <- edat$y
S <- edat$S

PBS(y,S,B=10)   # Results of the NMA analysis (log OR scale); B is recommended to be >= 1000.

[Package PINMA version 1.1-2 Index]