- MR-BRT is a meta-regression tool created by Sasha and Peng, refactored for GBD 2020
- The R package mirrors the syntax of the Python package; use
help()
for R documentation andpy_help()
for Python documentation - Functions:
MRData
formats the data,MRBRT
andMRBeRT
are for running models, andcreate_draws
is for making predictions - Find full code examples at rpubs.com/rsoren/587723, and find these slides at rpubs.com/rsoren/587724