Learn R Programming

metaumbrella (version 1.1.0)

df.MC: 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.MC

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 (MC).
valueMC value.
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_change_casesmean change score of patients in the experimental arm.
mean_change_controlsmean change score of patients in the control arm.
sd_change_casesstandard deviations of the change score of patients in the experimental arm.
sd_change_controlsstandard deviations of the change score of patients in the control arm.