Learn R Programming

metaumbrella (version 1.1.0)

df.SMC: Meta-analyses exploring the efficacy of an intervention on a continuous outcome measured before and after the intervention.

Description

Fictitious dataset of three meta-analyses of RCTs assessing the efficacy of an intervention on a continuous outcome in 3 populations.

Usage

df.SMC

Arguments

Format

The dataset contains the following variables:

meta_reviewname of the first author of the meta-analysis.
factorname of the population studied.
authorfirst study author of the individual studies.
yearyear of publication of the individual studies.
measuretype of effect size (SMC).
valueSMC value.
sestandard error of the SMC.
ci_lolower bound of the 95% confidence interval.
ci_upupper bound of the 95% confidence interval.
n_casesnumber of cases.
n_controlsnumber of controls.
mean_casesmeans at post-test of patients in the experimental arm.
mean_controlsmeans at post-test of patients in the control arm.
sd_casesstandard deviations at post-test of patients in the experimental arm.
sd_controlsstandard deviations at post-test of patients in the control arm.
mean_pre_casesmeans at baseline of patients in the experimental arm.
mean_pre_controlsmeans at baseline of patients in the control arm.
sd_pre_casesstandard deviations at baseline of patients in the experimental arm.
sd_pre_controlsstandard deviations at baseline of patients in the control arm.