KR: Kenward-Roger-type adjustment for constructing prediction...

View source: R/KR.r

KRR Documentation

Kenward-Roger-type adjustment for constructing prediction intervals of network meta-analysis

Description

Kenward-Roger-type adjustment for constructing prediction intervals of network meta-analysis.

Usage

KR(y, S)

Arguments

y

Contrast-based summary data of the outcome measure

S

Covariance estimates of y

Value

Results of the Kenward-Roger-type adjustment for inference of multivariate random-effects model and prediction intervals for network meta-analysis.

  • Estimates: Restricted maximum likelihood (REML) estimates, their SE, and Wald-type 95% confidence intervals by the Kenward-Roger-type adjustment.

  • Between-studies_SD: Between-studies SD estimate.

  • 95%PI: 95% prediction intervals by the Kenward-Roger-type adjustment.

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

KR(y,S)    # Results of the NMA analysis (log OR scale)

PINMA documentation built on May 31, 2023, 8:33 p.m.

Related to KR in PINMA...