- MR-BRT is a meta-regression tool created by Sasha and Peng
- The R package mirrors the syntax of the Python package; use
py_help()
to see Python docstrings - Functions:
MRData
formats the data,MRBRT
andMRBeRT
are for running models, andpredict
is for making predictions - For uncertainty,
create_draws
uses fit-refit (slower) andcore$other_sampling$sample_simple_lme_beta
uses asymptotic statistics (faster but only accurate for certain models) - Find full examples in the Health Metrics Toolbox: hub.ihme.washington.edu/display/MSCA/Math+Sciences+Team