FMenchetti / CausalArima

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

Handle NA values #2

Open FMenchetti opened 3 years ago

FMenchetti commented 3 years ago

Adjust the functions (especially the plot method) to handle missing values

FMenchetti commented 2 years ago

All functions are able to handle missing values, but we should add a check: NA are allowed in the response variable but they are not allowed in xreg