- 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:
MRDataformats the data,MRBRTandMRBeRTare for running models, andpredictis for making predictions - For uncertainty,
create_drawsuses fit-refit (slower) andcore$other_sampling$sample_simple_lme_betauses 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