config-i1 / greybox

Regression model building and forecasting in R
30 stars 7 forks source link

ro() + forecast + model type FFF #50

Closed Steviey closed 3 years ago

Steviey commented 3 years ago

Would it make sense, to be able to retrieve the actual final model as characters from a final fit, when using type FFF via forecast and ro()?

config-i1 commented 3 years ago

You can do that. When you use forecast, the model is saved in object$model$model. Just have a look at the structure of the final object.

Steviey commented 3 years ago

When I say ourVal='mean', I don't get any node named 'model'. Where is the trick?

config-i1 commented 3 years ago

ourValues=c("mean", "lower", "upper", "model$model") - something like this.