– Crosswalking is the process of taking systematically biased data points and estimating their unbiased values
– Peng created a Python package (github.com/ihmeuw-msca/CrossWalk), and Reed turned it into an R package: library(crosswalk, lib.loc = "/ihme/code/mscm/R/packages/") for R version 3, library(crosswalk002, lib.loc = "/ihme/code/mscm/Rv4/packages/") for R version 4
– CWData() formats meta-regression data, CWModel() runs the model and adjust_orig_vals() does the adjustment
– Tutorials, slides and more available at: https://hub.ihme.washington.edu/display/MSCA/Math+Sciences+Team