5 Conclusion
The gapclosing
package is designed to support inquiry into gap closing estimands, thus promoting new understanding about interventions that can close gaps across social categories. The goal of the package is to automate technical tasks (sample splitting, aggregation to doubly robust estimates, visualization), thus freeing the researcher to devote more attention to scientific tasks like defining the intervention and making causal assumptions.
If you use this package and find a bug, it would be most helpful if you would create an issue on GitHub. Suggestions for additional features are also welcome.
This vignette was compiled on 2023-03-09 08:29:19.
5.1 Computing environment
sessionInfo()
#> R version 4.2.2 (2022-10-31)
#> Platform: aarch64-apple-darwin20 (64-bit)
#> Running under: macOS Ventura 13.2.1
#>
#> Matrix products: default
#> BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib
#>
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets
#> [6] methods base
#>
#> other attached packages:
#> [1] ggplot2_3.4.0 dplyr_1.1.0 gapclosing_1.0.2
#>
#> loaded via a namespace (and not attached):
#> [1] tidyselect_1.2.0 xfun_0.37 bslib_0.4.2
#> [4] purrr_1.0.1 splines_4.2.2 lattice_0.20-45
#> [7] colorspace_2.1-0 vctrs_0.5.2 generics_0.1.3
#> [10] htmltools_0.5.4 yaml_2.3.7 mgcv_1.8-41
#> [13] utf8_1.2.3 rlang_1.0.6 jquerylib_0.1.4
#> [16] pillar_1.8.1 glue_1.6.2 withr_2.5.0
#> [19] foreach_1.5.2 lifecycle_1.0.3 munsell_0.5.0
#> [22] gtable_0.3.1 codetools_0.2-19 memoise_2.0.1
#> [25] evaluate_0.20 labeling_0.4.2 knitr_1.42
#> [28] forcats_1.0.0 fastmap_1.1.0 doParallel_1.0.17
#> [31] parallel_4.2.2 fansi_1.0.4 highr_0.10
#> [34] Rcpp_1.0.10 scales_1.2.1 cachem_1.0.6
#> [37] jsonlite_1.8.4 farver_2.1.1 fs_1.6.1
#> [40] ranger_0.14.1 digest_0.6.31 bookdown_0.33
#> [43] grid_4.2.2 cli_3.6.0 tools_4.2.2
#> [46] magrittr_2.0.3 sass_0.4.5 tibble_3.1.8
#> [49] tidyr_1.3.0 pkgconfig_2.0.3 downlit_0.4.2
#> [52] Matrix_1.5-3 xml2_1.3.3 rmarkdown_2.20
#> [55] rstudioapi_0.14 iterators_1.0.14 R6_2.5.1
#> [58] nlme_3.1-162 compiler_4.2.2