Ready-made morie_dag objects for the two structures the MRM
(Multilevel Reconciliation Methodology) analyses use most: carceral
placement (exposure) with demographic + prior-record confounding,
and use-of-force reporting with neighbourhood-level confounding.
Structures follow the confounding relations documented in the MRM
module docs; use them as starting points and edit edges to taste.
Examples
names(morie_mrm_dags())
#> [1] "placement" "use_of_force"
morie_dag_identify(morie_mrm_dags()$placement)
#> $identified
#> [1] TRUE
#>
#> $estimand
#> [1] "backdoor"
#>
#> $adjustment_set
#> [1] "race" "prior_record" "age"
#>
