Skip to content
Commit 05fac468 authored by mitchelloharawild's avatar mitchelloharawild
Browse files

Added generic support for refitting custom modelfunction

```R
b <- stlm(USAccDeaths, modelfunction = Arima)
c <- stlm(USAccDeaths, model=b)
```

Runs only when `model$modelfunction` accepts the `model` argument.

Enhancement #303
parent 67e0c86c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment