| df.RR | R Documentation |
Fictitious dataset of a meta-analysis of cohort studies assessing the risks of adverse outcomes when taking selective serotonin reuptake inhibitors (SSRIs) therapy.
df.RR
The dataset contains the following variables:
| meta_review | name of the first author of the meta-analysis. |
| factor | name of the type of antidepressant studied. |
| author | first study author of the individual studies. |
| year | year of publication of the individual studies. |
| measure | type of effect size (RR). |
| value | RR value. |
| ci_lo | lower bound of the 95% confidence interval. |
| ci_up | upper bound of the 95% confidence interval. |
| n_cases_exp | number of cases in the exposed group. |
| n_exp | number of participants in the exposed group (sum of the number of cases and |
| controls in the exposed group). | |
| n_cases_nexp | number of cases in the non-exposed group. |
| n_nexp | number of participants in the non-exposed group (sum of the number of cases |
| and controls in the non-exposed group). | |
No source, the data are entirely fictitious
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.