Fit a bsts model.

bsts_fit(state, .data = state[[".data"]], iterations = 10000, ...)

Arguments

state

A list specifying the state sub-models

.data

The data to use for estimation

iterations

The number of MCMC iterations to perform

...

Futher arguments to pass to bsts()