df.HR {metaumbrella} | R Documentation |
Meta-analyses exploring the efficacy of several interventions on a binary outcome.
Description
Fictitious dataset of four meta-analyses of RCTs assessing the efficacy of yoga, aerobic training, resistance training and mindfulness on a binary outcome
Usage
df.HR
Format
The dataset contains the following variables:
meta_review | name of the first author of the meta-analysis. |
factor | name of the intervention studied. |
author | first study author of the individual studies. |
year | year of publication of the individual studies. |
measure | type of effect size (HR). |
value | HR value. |
ci_lo | lower bound of the 95% confidence interval. |
ci_up | upper bound of the 95% confidence interval. |
n_cases | number of cases. |
n_controls | number of controls. |
Source
No source, the data are entirely fictitious
[Package metaumbrella version 1.0.11 Index]