Skip to content
Prev 107952 / 398498 Next

SARIMA with dynlm

Yannig:
This is not yet possible. Currently, dynlm() just offers the functionality
of lm() for time series data, i.e., OLS for auto-regressive models. I hope
to interface arima() one day as well, but I haven't started working on
this. So currently, just use arima() directly.

hth,
Z