aa {ra4bayesmeta} | R Documentation |
Auricular acupuncture data
Description
Meta-analysis data set including 4 randomized, controlled trials comparing treatment completion among cocaine dependents treated with auricular acupuncture versus sham acupuncture.
Usage
data(aa)
Format
A data frame with 4 observations on the following 7 variables:
study
character string, label of the study
f.t
integer, number of persons who did not complete treatment among those treated with auricular acupuncture
n.t
integer, number of persons treated with auricular acupuncture
f.c
integer, number of persons who did not complete treatment among those treated with sham acupuncture
n.c
integer, number of persons treated with sham acupuncture (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
This data set was originally analyzed by Gates et al. (2006) and reanalyzed by Bodnar et al. (2017).
The log odds ratio estimates and standard errors were computed using the escalc
function in the
package metafor
.
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
Gates S, Smith LA, Foxcroft D. Auricular acupuncture for cocaine dependence. Cochrane Database of Systematic Reviews 2006, Issue 1. Art. No.: CD005192. doi:10.1002/14651858.CD005192.pub2
Examples
data(aa)
str(aa)
# forest plot
forest(x=aa$y, sei=aa$sigma, xlab="log odds ratio")