Help updating pomp code for new version #195
-
Hello! I haven't used pomp in a while and my code is no longer working with the new version. I wrote this code when using pomp 2.7
There is no issues with this when using pomp 2.7, but I get big problems when building the pomp object with the new pomp version. For the life of me, I can't figure out what syntax needs to be updated for it to work. Any help would be greatly appreciated!! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The above compiles for me. What version of R and pomp are you using? Can you include more information (e.g. FAQ 1.1)? Also, one minor thing: FAQ 4.7. Here is a somewhat more up-to-date version (but no changes to the above are strictly necessary):
or even
|
Beta Was this translation helpful? Give feedback.
-
Thanks for trying the code! Your two alternate versions don't work for me either, unfortunately. I tried replacing "beta" with "Beta" as per FAQ 4.7 and still no. I'm using R 4.3.1 and pomp 5.2. The error message I get is
This is the output of source("https://kingaa.github.io/scripts/diagnostics.R")
Any ideas? Thanks again |
Beta Was this translation helpful? Give feedback.
Hi again! I figured out the problem. I hadn't updated my RTools to match my new version of R. It's working now! Thanks again for the help!