-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Many thanks for developing the very useful package dynamicLM. We have successfully trained the supermodel using a longdata, but we encountered issues when attempting to generate predictions using predict( ) . Additionally, errors arose during internal and external validation with score( ).
We have attached a Word document containing a reproducible R script and a description of the issues. Notably, while we were able to run the example code from GitHub without errors, we encountered challenges when applying the same approach to our dataset—even after ensuring that variable types and structures matched those in the example
Could you kindly advise on the following:
Are there common pitfalls or data requirements for predict() and score() that we might have overlooked?
Would you need additional details (e.g., sample data, session info) to diagnose the issue?
Best wishes