Open gerasy1987 opened 3 years ago
@macartan , maybe alternatively we can
multi_design
, i.e. design for multiple studies with variety of populations, sampling strategies and estimatorsmeta_population
declaration that will call draw_estimands(multi_design)
and draw_estimates(multi_design)
and combine this into single data frame so that we have everything ready for meta analysesmeta_estimands
: still not clear how and if we want to get at those or just run estimation, and meta_estimators
: based on Stan code draft aboveThis won't do everything in one run, but will allow use to cleanly draw study level data and pass it to meta declaration
From discussion today
Draft structure
observed*
b. Use the data frame produced by study designs to produce arrays of observed estimates and corresponding standard errors (with dummy value where missing),est*
andest*_sd
c. Assume that deviation from true parameter of interest (error
) is driven by use of estimatorMeta declaration
Implementation To-Do
meta_switch
step