An R package for econometric causal inference with emphasis on temporal stability, implementing three complementary methodologies:
# From CRAN
install.packages("EconCausal")
# From GitHub
remotes::install_github("IsadoreNabi/EconCausal")
# If vignette building fails on Windows:
remotes::install_github("IsadoreNabi/EconCausal", build_vignettes = FALSE)