Learn R Programming

metaumbrella (version 1.1.0)

df.OR: Meta-analyses exploring a risk factor for neurodevelopmental disorders.

Description

Fictitious dataset of four meta-analyses of cross-sectional studies assessing a risk factor for neurodevelopmental disorders.

Usage

df.OR

Arguments

Format

The dataset contains the following variables:

meta_reviewname of the first author of the meta-analysis.
factorname of the neurodevelopmental disorders on which the effect of the risk factor
is 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_expnumber of participants in the exposed group (sum of the number of cases and
controls in the exposed group).
n_nexpnumber of participants in the non-exposed group (sum of the number of cases
and controls in the non-exposed group).
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.