FMenchetti / CausalArima

An R package to estimate the effect of interventions on univariate time series using ARIMA models
17 stars 3 forks source link

how do i install "CausalImpact" package? it's says that this version is not available. #25

Closed ndilhaz closed 1 year ago

FMenchetti commented 2 years ago

Hello! For CausalImpact (Bayesian structural time series) you must see CausalImpact and the associated package on CRAN. Did you mean CausalArima? We use ARIMA models for estimation and forecasting and we're currently working to release our package on CRAN too. You can install the development version of CausalARIMA from GitHub, devtools::install_github("FMenchetti/CausalArima"). Let us know if you still have problems with the installation