Fleiss1993bin | R Documentation |
Meta-analysis on aspirin in preventing death after myocardial infarction.
Data example in Fleiss (1993) for meta-analysis with binary outcomes.
A data frame with the following columns:
study | study label |
year | year of publication |
d.asp | number of deaths in aspirin group |
n.asp | number of observations in aspirin group |
d.plac | number of deaths in placebo group |
n.plac | number of observations in placebo group |
Fleiss JL (1993): The statistical basis of meta-analysis. Statistical Methods in Medical Research, 2, 121–45
metabin
data(Fleiss1993bin)
metabin(d.asp, n.asp, d.plac, n.plac, data = Fleiss1993bin,
studlab = paste(study, year), sm = "OR", random = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.