Learn R Programming

metaumbrella (version 1.1.0)

df.train: Training dataset

Description

This is a non-formatted dataset that is used in a vignette to illustrate how obtaining a well-formatted dataset with the help of the view.errors.umbrella() function.

Usage

df.train

Arguments

Format

The dataset contains the following variables:

commentcomments on studies.
risk_factorname of the intervention studied.
author_studyfirst study author of the individual studies.
year_publication_studyyear of publication of the individual studies.
type_of_effect_sizetype of effect size.
number_of_cases_exposednumber of cases in the exposed group.
number_of_cases_non_exposednumber of cases in the non-exposed group.
number_of_controls_exposednumber of controls in the exposed group.
number_of_controls_non_exposednumber of controls in the non-exposed group.
number_of_participants_exposedtotal number of participants in the exposed group.
number_of_participants_non_exposedtotal number of participants in the non-exposed group.
number_of_casesnumber of cases.
number_of_controlsnumber of controls.
effect_size_valuevalue of the effect size
low_bound_cilower bound of the 95% confidence interval.
up_bound_ciupper bound of the 95% confidence interval.
time_disease_freetotal person-time at risk (sum of the person-time at risk in
the exposed and non-exposed groups).
mean_of_intervention_groupmean of the intervention group
mean_of_control_groupmean of the control group
sd_of_intervention_groupsd of the intervention group
sd_of_control_groupsd of the control group