BRDdat {OssaNMA} | R Documentation |
Example dataset for network meta-analysis
Description
This example dataset represents a previously published network of interventions for the treatment of Bovine Respiratory Disease (BRD) in feedlot cattle (O’Connor, Yuan, Cullen, Coetzee, Da Silva, and Wang, 2016). The dataset is comprised of 98 trials, 13 treatments and 204 arms. Each row represents the summary statistics for a pairwise comparison between two treatment in a trial.
Usage
data(BRDdat)
Format
An object of class "data.frame"
- studlab
study id (integer)
- treat1
name of treatment 1 (character)
- treat2
name of treatment 2 (character)
- TE
estimated treatment effect size (log odds ratio) between treat1 and treat2
- seTE
standard error of TE
References
Examples
data(BRDdat)
head(BRDdat)
[Package OssaNMA version 0.1.2 Index]