Hello,
Love the package and its potential, but having problems extracting coefficient estimates for pre-intervention variables.
Attempting command:
bsts.model <- bsts(y ~ x1 +x2 + x3, ss, model.args = list(nseasons = 12, niter = 1000))
But I get the error:
Error in stopifnot(is.numeric(niter)) :
argument "niter" is missing, with no default
If I (successfully) run a more standard model, I can only use the command:
plot(impact$model$bsts.model)
But it doesn't parse out any contributions from the individual variables, as I believe the documentation says it should (?)
Has anyone else experienced this? Have tried reloading the package. I'm trying to figure out which relative impact of the predictors in determining the pre-intervention series.
TIA
- Jerry