
OTIS a01 causal pipeline + Toronto Crime Severity Index context.
Source:R/otis_all_analyze.R
morie_otis_analyze_a01_with_csi_context.RdWires together morie_otis_analyze_a01 (causal IRM-DML) with
the Toronto Police Service / StatsCan CSI context. The R port
requires the morie causal pipeline and TPS-CSI helpers to be loaded;
otherwise returns a "not yet ported" stub.
Usage
morie_otis_analyze_a01_with_csi_context(
data = NULL,
variant = "total",
rebase_to_year = 2023L,
out_dir = NULL
)Examples
# \donttest{
morie_otis_analyze_a01_with_csi_context(otis_a01)
#> morie_otis_analyze_a01_with_csi_context -- not yet ported
#> =========================================================
#> status stub
#> reason morie_otis_analyze_a01_with_csi_context: not yet ported to R (requires morie_otis causal + tps_csi helpers)
#> recommendation Use the Python implementation in src/morie/otis_all_analyze.py for now.
#>
#> Warning: morie_otis_analyze_a01_with_csi_context: not yet ported to R (requires morie_otis causal + tps_csi helpers)
#> morie_otis_analyze_a01_with_csi_context: not yet ported to R (requires morie_otis causal + tps_csi helpers)
# }