rjdverse / rjdemetra

R interface to JDemetra+ v 2.x
https://rjdverse.github.io/rjdemetra
52 stars 16 forks source link

Importing a nowcasting model #82

Closed kstaniczek closed 4 years ago

kstaniczek commented 4 years ago

I've tried to import a dynamic factor model within a workspace with the package, but it does not work. Does the package support this kind of specifications? Or is it only for seasonal adjustment?

Whenever I try to access the model with get_model(wk), it gives me this error: "Error in tramoseatsJavaResults(jrslt = jrslt, spec = spec, userdefined = userdefined, : [preprocessing: failed] Error while importing a model: NULL object will be returned"

palatej commented 4 years ago

Hello,

The R package only supports seasonal adjustment. We plan to extend it to nowcasting and other time series methods in the next years (not before 2023).

Jean