rti: Respiratory tract infections data

rtiR Documentation

Respiratory tract infections data

Description

Meta-analysis data set including 22 randomized, controlled clinical trials on the prevention of respiratory tract infections by selective decontamination of the digestive tract in intensive care unit patients. The patients in the treated group received oral antibiotics, and those in the control groups received no prophylaxis.

Usage

data(rti)

Format

A data frame with 22 observations on the following 7 variables:

study

character string, label of the study

f.t

integer, number of patients who became cases of respiratory tract infections among those receiving antibiotics

n.t

integer, number of patients receiving antibiotics

f.c

integer, number of patients who became cases of respiratory tract infections among those receiving no prophylaxis

n.c

integer, number of patients receiving no prophylaxis (control group)

y

numeric, log odds ratio estimates for the individual trials

sigma

numeric, standard error of the log odds ratio estimate for the individual trials

Details

The data set was originally analyzed by the Selective Decontamination of the Digestive Tract Trialists' Collaborative Group (1993) and reanalyzed by Bodnar et al. (2017). Overall, 3836 patients are included in these 22 trials.

The log odds ratio estimates and standard errors were computed using the escalc function in the package metafor using the option of adding 0.5 to all cells in tables including zeros (argument to="only0") as described in Bodnar et al. (2017).

Source

Bodnar, O., Link, A., Arendacka, B., Possolo, A., Elster, C. (2017). Bayesian estimation in random effects meta-analysis using a non-informative prior. Statistics in Medicine 36, 378–399.

References

Selective Decontamination of the Digestive Tract Trialists' Collaborative Group (1993). Meta-analysis of randomised controlled trials of selective decontamination of the digestive tract. British Medical Journal 307(6903), 525–532.

Examples

data(rti)
str(rti)
# forest plot
forest(x=rti$y, sei=rti$sigma, xlab="log odds ratio")

ra4bayesmeta documentation built on Oct. 7, 2023, 1:07 a.m.