BRDdat {OssaNMA} | R Documentation |
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.
data(BRDdat)
An object of class "data.frame"
study id (integer)
name of treatment 1 (character)
name of treatment 2 (character)
estimated treatment effect size (log odds ratio) between treat1 and treat2
standard error of TE
data(BRDdat)
head(BRDdat)