
OTIS a01 Ruhela formulations (full DLRM).
Source:R/otis_all_analyze.R
morie_otis_analyze_a01_ruhela_formulations.RdRuns the complete OTIS-RC methodology arc (IPW + AIPW + g-comp + PSM-NN + PSM-subclass + IRM-DML + match_first + ATC + PLR + SuperLearner) on the canonical alert-complexity -> regional- volatility formulation.
Usage
morie_otis_analyze_a01_ruhela_formulations(data = NULL, out_dir = NULL)
morie_otis_analyze_a01_dlrm(data = NULL, out_dir = NULL)
morie_otis_analyze_a01_mrm(data = NULL, out_dir = NULL)Examples
# \donttest{
morie_otis_analyze_a01_ruhela_formulations(otis_a01)
#> morie_otis_analyze_a01_ruhela_formulations -- not yet ported
#> ============================================================
#> status stub
#> reason morie_otis_analyze_a01_ruhela_formulations: not yet ported to R (DLRM stack (IPW/AIPW/g-comp/PSM/IRM-DML/PLR/SuperLearner))
#> recommendation Use the Python implementation in src/morie/otis_all_analyze.py for now.
#>
#> Warning: morie_otis_analyze_a01_ruhela_formulations: not yet ported to R (DLRM stack (IPW/AIPW/g-comp/PSM/IRM-DML/PLR/SuperLearner))
#> morie_otis_analyze_a01_ruhela_formulations: not yet ported to R (DLRM stack (IPW/AIPW/g-comp/PSM/IRM-DML/PLR/SuperLearner))
# }