The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

# EconCausal

An R package for econometric causal inference with emphasis on temporal stability, implementing three complementary methodologies:

1. Bayesian GLM with AR(1) errors (BGLM-AR1)

2. Error Correction Models with MARS (ECM-MARS)

3. Bayesian Structural Time Series (BSTS)

## Installation

Installation

```r # From GitHub remotes::install_github(“IsadoreNabi/EconCausal”)

If vignette building fails on Windows:

remotes::install_github(“IsadoreNabi/EconCausal”, build_vignettes = FALSE)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.