Learn R Programming

metaumbrella (version 1.1.0)

df.OR.multi: Meta-analysis of RCTs assessing different dietary interventions on a binary outcome.

Description

Fictitious dataset including meta-analyses with dependent effect sizes.

Usage

df.OR.multi

Arguments

Format

The dataset contains the following variables:

meta_reviewname of the first author of the meta-analysis.
factorname of the intervention studied.
authorfirst study author of the individual studies
yearyear of publication of the individual studies.
measuretype of effect size (OR).
valueOR value.
ci_lolower bound of the 95% confidence interval.
ci_upupper bound of the 95% confidence interval.
n_casesnumber of cases (sum of the number of cases in the exposed and
non-exposed groups).
n_controlsnumber of controls (sum of the number of controls in the exposed
and non-exposed groups).
n_cases_expnumber of cases in the exposed group.
n_controls_expnumber of controls in the exposed group.
n_cases_nexpnumber of cases in the non-exposed group.
n_controls_nexpnumber of controls in the non-exposed group.
multiple_esindicates the reason of the presence for multiple effect sizes
(due to multiple groups or outcomes) per study.