Open mpascariu opened 6 years ago
This issue is related to imports/depends
issue.
The mrwd.forecast()
is not working with forecast
method from forecast
package. I will submit a fix soon.
Hi,
Has this issue been solved? Or is there any way to overcome it?
Hello, has anyone found a solution?
hi @krixxix,
i wrote a fix for this issue some time ago in one of my packages. See the model.MRW()
and predict.MRW()
functions here: https://github.com/mpascariu/MortalityForecast/blob/master/R/model_MRW.R
Now, because a few years have passed i do not remember what exactly is going wrong with mrwd.forecast()
and the forecast
method. Probably something minor (data formatting inside the function, input object recognition...), however because of the coding approach in StMoMo
it was easier/faster for me to make it work outside of the original package for my purposes.
I hope this helps.
I am getting errors when I try to forecast a
mrwd
model.Example:
Not sure what went wrong here.