-
Hi all, I got a weird error during preprocessing phase and cannot seem to find the reason. Here's the code and backtrace: rate_model_preprocessing <- estimate(
rate_formula,
preprocessingOnly = TRUE,
model = "DyNAM",
subModel = "rate"
)
I know that this is not much to work on, but I am unfortunately unable to share the data and for all purposes, it looks fine. At this point, I am just looking for an idea: this seems to be somewhat connected to #5 but my R knowledge is not good enough to understand what is going on. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Okay, this issue has resolved itself -apparently I failed to see a mistake at an unrelated location in the code. Though, it seems the variable name for the nodes is somehow important, as assigning it to a variable named "nodes" gave me quite a headache. Will try to see if I can reproduce that and raise an issue later. |
Beta Was this translation helpful? Give feedback.
Okay, this issue has resolved itself -apparently I failed to see a mistake at an unrelated location in the code. Though, it seems the variable name for the nodes is somehow important, as assigning it to a variable named "nodes" gave me quite a headache. Will try to see if I can reproduce that and raise an issue later.