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 2024-12-09 16:01:23.864758.
5.1 Computing environment
sessionInfo()
#> R version 4.4.1 (2024-06-14)
#> Platform: aarch64-apple-darwin20
#> Running under: macOS 15.1.1
#>
#> Matrix products: default
#> BLAS: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0
#>
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#>
#> time zone: America/Los_Angeles
#> tzcode source: internal
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets
#> [6] methods base
#>
#> other attached packages:
#> [1] ggplot2_3.5.1 dplyr_1.1.4 gapclosing_1.0.2
#>
#> loaded via a namespace (and not attached):
#> [1] sass_0.4.9 utf8_1.2.4 generics_0.1.3
#> [4] tidyr_1.3.1 xml2_1.3.6 lattice_0.22-6
#> [7] digest_0.6.36 magrittr_2.0.3 evaluate_0.24.0
#> [10] grid_4.4.1 bookdown_0.41 iterators_1.0.14
#> [13] fastmap_1.2.0 Matrix_1.7-0 foreach_1.5.2
#> [16] doParallel_1.0.17 jsonlite_1.8.8 mgcv_1.9-1
#> [19] purrr_1.0.2 fansi_1.0.6 scales_1.3.0
#> [22] codetools_0.2-20 jquerylib_0.1.4 cli_3.6.3
#> [25] rlang_1.1.4 crayon_1.5.3 splines_4.4.1
#> [28] munsell_0.5.1 withr_3.0.1 cachem_1.1.0
#> [31] yaml_2.3.10 tools_4.4.1 parallel_4.4.1
#> [34] memoise_2.0.1 colorspace_2.1-1 ranger_0.17.0
#> [37] forcats_1.0.0 vctrs_0.6.5 R6_2.5.1
#> [40] lifecycle_1.0.4 fs_1.6.4 pkgconfig_2.0.3
#> [43] pillar_1.9.0 bslib_0.8.0 gtable_0.3.5
#> [46] Rcpp_1.0.13 glue_1.7.0 highr_0.11
#> [49] xfun_0.49 tibble_3.2.1 tidyselect_1.2.1
#> [52] rstudioapi_0.16.0 knitr_1.48 farver_2.1.2
#> [55] nlme_3.1-164 htmltools_0.5.8.1 rmarkdown_2.27
#> [58] labeling_0.4.3 compiler_4.4.1 downlit_0.4.4